-
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 Spillover #11088
Comments
After years of having a message in documentation to use |
That will continue to be the case in your own code; the reference here is surely to build react itself with closure compiler's danger mode. |
@ljharb Yes, that's already clear. The real problem is that it's often the case my code doesn't constitute the majority of the bundle. |
Isn't the message in the documentation these days to not use the string |
String refs are legacy, yes. They aren't the recommendation.
source: https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs |
Stale. |
Just dumping these items here since I want to close the 16 umbrella.
ssr error
entries in the attribute table. They might mean bugs.<Text>
) (Dan: I moved this back to blockers because shipping without invariants and adding them later will be painful)The text was updated successfully, but these errors were encountered: