-
-
Notifications
You must be signed in to change notification settings - Fork 734
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
console warning: Received false
for non-boolean attribute tabIndex
(React 16)
#493
Milestone
Comments
Thanks @vulcanoidlogic for the report! |
Fixed in #501 |
Published as 6.2.0. |
I say the people who are responsible for REACT should fix this - cast whatever they need but not force us to cast ourselves. |
@gpbl can this fix be backported to the 5.x.x branch? |
@davidspiess I think yes? I've never published a prev version! Try to send a PR, versions are tagged. Thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please see: https://codesandbox.io/s/ory016yr9 with developer tools open.
Using react 16.0.0-rc.2, react-day-picker 6.1.0
Displays the following in developer console:
I don't know how to create a Pull Request, but on my local, the warning disappears if I modify
DayPicker.js.
Thank you.
The text was updated successfully, but these errors were encountered: