Skip to content
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

Bug - React 18 does not support ReactDOM.render #3282

Closed
nicolethoen opened this issue Nov 10, 2022 · 1 comment
Closed

Bug - React 18 does not support ReactDOM.render #3282

nicolethoen opened this issue Nov 10, 2022 · 1 comment
Assignees
Milestone

Comments

@nicolethoen
Copy link
Collaborator

ReactDOM.render is no longer supported in React 18. Use createRoot instead.
Causes a console warning and will prevent our apps from running in React 18, will default to behaving line React 17 (according to docs).

https://reactjs.org/blog/2022/03/08/react-18-upgrade-guide.html#updates-to-client-rendering-apis

@mcarrano mcarrano added this to the 2023.02 milestone Nov 22, 2022
@evwilkin
Copy link
Member

Related issue: #3203

@evwilkin evwilkin modified the milestones: 2023.02, 2023.03 Feb 15, 2023
@mcarrano mcarrano modified the milestones: 2023.03, 2023.04 Mar 3, 2023
@nicolethoen nicolethoen modified the milestones: 2023.04, 2023.05 Mar 28, 2023
@nicolethoen nicolethoen modified the milestones: 2023.05, 2023.06 Apr 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

4 participants