React 18 support #1452
-
Hello and thank you for your work π |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Moving this over to #1453 FWIW, it should work with React v18 as-is (I'm using it in a React v18 app myself) but it will produce the console warning about using Update 6/21/22: v6.10.0 has been released which includes React 18+ in the peer dependency range, which should alleviate the need to install with |
Beta Was this translation helpful? Give feedback.
Moving this over to #1453
FWIW, it should work with React v18 as-is (I'm using it in a React v18 app myself) but it will produce the console warning about using
ReactDOM.render
.Update 6/21/22: v6.10.0 has been released which includes React 18+ in the peer dependency range, which should alleviate the need to install with
--force
or--legacy-peer-deps
when using a newer npm version.