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
We need to update this template to support React 18 and React-Redux v8.
This should include:
createRoot()
createRoot
react-redux
Related JS template issue: reduxjs/cra-template-redux#52
The text was updated successfully, but these errors were encountered:
Resolved with https://github.com/reduxjs/cra-template-redux-typescript/releases/tag/v2.0.0 .
Sorry, something went wrong.
No branches or pull requests
We need to update this template to support React 18 and React-Redux v8.
This should include:
createRoot()
, per https://reactjs.org/blog/2022/03/08/react-18-upgrade-guide.html and Update templates to use React 18createRoot
facebook/create-react-app#12220react-redux
to the latest 8.0-rc (and eventually 8.0 final, but I'd like to have the PR for the template ready before I release 8.0): https://github.com/reduxjs/react-redux/releasesRelated JS template issue: reduxjs/cra-template-redux#52
The text was updated successfully, but these errors were encountered: