-
Notifications
You must be signed in to change notification settings - Fork 130
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
Can ui-router/react support React18 new features? #1150
Comments
Yes, please. I'm getting errors about missing source maps because of Webpack 5 + React 18. |
Yes, I am also getting error because of Webpack 5 + React 18. |
Any news on this? |
Currently No now but, For developers: Stay informed: Keep an eye on the official announcements from the React and ui-router teams regarding updates and compatibility with React 18. Check documentation: Review the documentation and release notes of ui-router and React 18 to understand any changes required for compatibility. Be prepared for updates: Once React 18 is officially released, update your dependencies and check for any potential breaking changes in ui-router or other libraries you are using. |
This issue makes no sense. Ui-router/react does not mount the component tree. You will find no use of |
@andref I think they refer to |
If we want to support React18 new features ui-router/react, we have to replace
ReactDOM.render
to
createRoot
and replace
unmountComponentAtNode
with
unmount
Do we have a plan to suppport this?
The text was updated successfully, but these errors were encountered: