Replies: 1 comment 5 replies
-
i think ncu just updated the peerdeps, i honestly dont know why it touches them in the first place. it should absolutely run with stable react. i'll rectify this next patch version. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Just bumped from 4.2.21 to 5.0.0 and on running
npm i
, I get some new warnings:npm WARN react-three-fiber@5.0.0 requires a peer of react@>=17.0-rc.0 but none is installed. You must install peer dependencies yourself. npm WARN react-three-fiber@5.0.0 requires a peer of react-dom@>=17.0-rc.0 but none is installed. You must install peer dependencies yourself. npm WARN react-reconciler@0.26.0-rc.0 requires a peer of react@17.0.0-rc.0 but none is installed. You must install peer dependencies yourself. npm WARN use-asset@0.1.1 requires a peer of react-three-fiber@^4.2.20 but none is installed. You must install peer dependencies yourself. npm WARN use-asset@0.1.1 requires a peer of three@^0.119.1 but none is installed. You must install peer dependencies yourself.
My app is running on react 16.13.1 and there are other dependencies which prevent a move to 17.0-rc.0 at this time.
Any hints on how best to handle these warnings?
(Thanks for RTF - it's fantastic, as is drei!)
Beta Was this translation helpful? Give feedback.
All reactions