Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fix] no-unknown-property support new precedence prop #1

Closed
wants to merge 2,527 commits into from

Conversation

acusti
Copy link
Owner

@acusti acusti commented Sep 19, 2024

ROSSROSALES and others added 30 commits October 7, 2022 01:58
…`, `object.hasown`, `object.values`, `resolve`, `string.prototype.matchall`
…totype.tosorted`, `object.entries`, `object.fromentries`, `object.hasown`, `object.values`, `string.prototype.matchall`
Fixes jsx-eslint#3458.

Co-authored-by: himanshu007-creator <[email protected]>
Co-authored-by: Jordan Harband <[email protected]>
Allows for a standard way for Issues to be asked.
This helps contributors with finding a solution to problem
akulsr0 and others added 29 commits August 8, 2024 19:34
…uble quotes to a double quoted attribute

Fixes jsx-eslint#3814

(backport from cf868f2)
Before, the URL was broken and pointed to a 404 Not Found page.
Now, the URL has been corrected
The last change to `no-is-mounted` caused the rule to error with any method name, not just with "isMounted".
b8217ed removed the node.value check
leading to this crashing on any valueless boolean prop such as
<Component isWhatever />

This just readds the check.
@acusti acusti closed this Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Unknown property 'precedence' found (react/no-unknown-property)