We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
popoverTarget
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
This plugin (eslint-plugin-react-dom) wants me to use popovertarget attribute instead of popoverTarget
eslint-plugin-react-dom
popovertarget
But both React (v19) and types-react-dom want me to do the opposite and throw an error when i use popovertarget
types-react-dom
https://stackblitz.com/edit/vitejs-vite-az2sbx
No response
React 19 rc
The text was updated successfully, but these errors were encountered:
fix(plugins/dom): add popover api props to 'no-unknown-property', closes
ec1bfbf
: #855
No branches or pull requests
Describe the bug
This plugin (
eslint-plugin-react-dom
) wants me to usepopovertarget
attribute instead ofpopoverTarget
But both React (v19) and
types-react-dom
want me to do the opposite and throw an error when i usepopovertarget
Reproduction
https://stackblitz.com/edit/vitejs-vite-az2sbx
Expected behavior
No response
Platform and versions
Stack trace
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: