I wanted to update a project to use v18 of React and noticed this issue.
I've only updated the expected peer dependency of react and react-dom to allow v18, but if other maintainers would like me to bump the actual dependency (and edit the example index for new createRoot syntax) as well, I'm more than happy to do so. In my local testing with react and react-dom v18.2.0, this worked the same as before. Thanks!
I wanted to update a project to use v18 of React and noticed this issue.
I've only updated the expected peer dependency of
react
andreact-dom
to allow v18, but if other maintainers would like me to bump the actual dependency (and edit the example index for newcreateRoot
syntax) as well, I'm more than happy to do so. In my local testing with react and react-dom v18.2.0, this worked the same as before. Thanks!