We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v0.5.0
with the following JSX
function Foo() { return <Bar baz />; }
I get the following error:
Cannot read property 'type' of null TypeError: Cannot read property 'type' of null at EventEmitter.JSXAttribute (/path/to/project/node_modules/eslint-plugin-jsx-a11y/lib/rules/valid-aria-role.js:27:43)
However it works if I use this instead:
function Foo() { return <Bar baz={false} />; }
The text was updated successfully, but these errors were encountered:
f247946
Thanks for the speedy fix and release!
Sorry, something went wrong.
no problem! thanks for reporting. waiting for travis to pass before i publish, may be a few mins.
v0.5.1 published 😄
beefancohen
No branches or pull requests
v0.5.0
with the following JSX
I get the following error:
However it works if I use this instead:
The text was updated successfully, but these errors were encountered: