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
React 16.3 is out and it comes with a new Context API replacing the old experimental one.
https://reactjs.org/blog/2018/03/29/react-v-16-3.html https://reactjs.org/docs/context.html
We should use it in fluent-react. I'd like to understand if there's a way to keep the old one as an alternative for codebases on React 15 or 16.1.
fluent-react
The text was updated successfully, but these errors were encountered:
This was fixed by @Gregoor in #406 and released as @fluent/react 0.11 back in January.
@fluent/react
Sorry, something went wrong.
No branches or pull requests
React 16.3 is out and it comes with a new Context API replacing the old experimental one.
https://reactjs.org/blog/2018/03/29/react-v-16-3.html
https://reactjs.org/docs/context.html
We should use it in
fluent-react
. I'd like to understand if there's a way to keep the old one as an alternative for codebases on React 15 or 16.1.The text was updated successfully, but these errors were encountered: