React 18 support #1452
Answered
by
brandongregoryscott
AhmedBenGayess
asked this question in
Q&A
-
Hello and thank you for your work 😄 |
Beta Was this translation helpful? Give feedback.
Answered by
brandongregoryscott
Apr 22, 2022
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.
0 replies
Answer selected by
brandongregoryscott
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to 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
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.