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
Strict mode introduction.
https://reactjs.org/docs/strict-mode.html
Here's the proof. This could be a React issue or a Flow issue, but since the error is occurring in Flow, I'm opening it here.
https://flow.org/try/#0PQKgBAAgZgNg9gdzCYAoVBLAtgBzgJwBcwAlAUwEMBjYqfOLMAcn0pqfSrgDsBnYgEYVeGKuWqEACvRxgAvGAAUOGbwCU8gHxLUASAA84mgDoAyoXyjCAWTgATMpt2owYfbzI0MPTS7C7nVwNgDy8fP1d9YCNCMwsrWwdfNSA
The text was updated successfully, but these errors were encountered:
There seems to already be a PR open for this: #6078 The Issue that is tracking adding the 16.3 Types can be found here: facebook/react#12553
For the time being, you can use $FlowFixMe as usual.
$FlowFixMe
// $FlowFixMe: React Flow typings are not updated to React 16.3 yet <React.StrictMode> ... </React.StrictMode>
Sorry, something went wrong.
No branches or pull requests
Strict mode introduction.
https://reactjs.org/docs/strict-mode.html
Here's the proof. This could be a React issue or a Flow issue, but since the error is occurring in Flow, I'm opening it here.
https://flow.org/try/#0PQKgBAAgZgNg9gdzCYAoVBLAtgBzgJwBcwAlAUwEMBjYqfOLMAcn0pqfSrgDsBnYgEYVeGKuWqEACvRxgAvGAAUOGbwCU8gHxLUASAA84mgDoAyoXyjCAWTgATMpt2owYfbzI0MPTS7C7nVwNgDy8fP1d9YCNCMwsrWwdfNSA
The text was updated successfully, but these errors were encountered: