I have a react17 project. Installation results in peerDependency error. The latest version (v13.3.0)'s package.json
contains
"react": "^18.0.0", "react-dom": "^18.0.0" },
You need to update the doco to help those not on 18.
v12.1.5 specifies:
"react": "*", "react-dom": "*" }
Which seems to be what I need. But if not (or if so) you need to make this clear.
Good work otherwise! :)