What happened
When installing react-spring-lightbox npm gives following warning:
npm WARN deprecated react-use-gesture@9.1.3: This package is no longer maintained. Please use @use-gesture/react instead
Suggested fix
Migrate react-use-gesture to @use-gesture/react
Tested environment
Node: v16.17.0
NPM: 8.15.0
Step to reproduce
npm install react-spring-lightbox on a fresh CRA app
What happened
When installing react-spring-lightbox npm gives following warning:
npm WARN deprecated react-use-gesture@9.1.3: This package is no longer maintained. Please use @use-gesture/react instead
Suggested fix
Migrate react-use-gesture to @use-gesture/react
Tested environment
Node: v16.17.0
NPM: 8.15.0
Step to reproduce
npm install react-spring-lightbox on a fresh CRA app