react-three-gui icon indicating copy to clipboard operation
react-three-gui copied to clipboard

Deprecated dependencies: `react-three-fiber` and `react-use-gesture`

Open vHeemstra opened this issue 2 years ago • 0 comments

When installing in NPM, it shows warnings that these two dependencies are deprecated or no longer maintained and should be replaced:

❌ Deprecated dependency: ✔️ Replace with:
react-three-fiber @react-three/fiber
react-use-gesture @use-gesture/react

Log:

$ npm install react-three-gui

npm WARN deprecated [email protected]: react-three-fiber has been deprecated, please use @react-three/fiber from now on

npm WARN deprecated [email protected]: This package is no longer maintained. Please use @use-gesture/react instead

vHeemstra avatar Oct 21 '23 22:10 vHeemstra