pmndrs / use-cannon

👋💣 physics based hooks for @react-three/fiber
https://cannon.pmnd.rs
2.76k stars 155 forks source link

Use React.DependencyList instead of any[] for deps #275

Closed bjornstar closed 3 years ago

bjornstar commented 3 years ago

There's a bunch of warnings to not use any, this should address most of them.