-
Notifications
You must be signed in to change notification settings - Fork 46.9k
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
React 16 Known Regressions #11065
Comments
Would it be possible to get a updated next on npm for the react 16 regressions that been fixed? |
@ptomasroos 16.1 will be releaed in the not-too-distant future. |
Maybe this issue should keep open until 16.1 released ? |
Thanks for the feedback @iamdustan |
We’ll release it within a week or two. The work on these problems is done so there’s no need to keep the issue open. I’ll lock because comments here won’t help get the release out faster. We need to test it more at Facebook first. |
React |
Going to track them here since website issues are creating a lot of noise.
Fixed in Master
null
instead of component stack in a warning, fixed in Fix "null" instead of the component stack in a warning #10915tabIndex
getting lost on SVG, fixed in Fix tabIndex attribute for SVG #11033onMouseEnter
fires twice after a child is added, fixed in Fix incorrect calculation of onMouseEnter/Leave component path #11164.onMouseEnter
fires when hovered over a child, fixed in Fix incorrect calculation of onMouseEnter/Leave component path #11164.setState
calls insidecomponentWillMount
discard the previous ones #11161 Shallow renderer doesn’t merge multiplesetState()
calls incomponentWillMount
correctly, fixed in Shallow renderer: support multiplesetState
invocation #11167.style
prop, fixed in Fix obscure error message when passing an invalid style value for SSR #11173.<noscript>
, fixed in Fix false positive <noscript> rehydration text difference warning in React 16 #11157.autoFocus
doesn't work with SSR.New Features Added in Master
on
attribute (but not otheron...
attributes). Allow custom attribute namedon
to be passed on to elements #11153The text was updated successfully, but these errors were encountered: