utsuboco / r3f-perf

Easily monitor your ThreeJS performances.
https://codesandbox.io/s/perlin-cubes-r3f-perf-wtp9t?file=/src/App.js
MIT License
573 stars 21 forks source link

fix: pin Zustand to brace against 4.3.x breaking changes #38

Closed CodyJasonBennett closed 1 year ago

CodyJasonBennett commented 1 year ago

Pins Zustand to 4.2.x since 4.3.0 introduced a breaking change, removing the default export (https://github.com/pmndrs/zustand/pull/1514). Will need to investigate the effects of https://github.com/pmndrs/zustand/pull/1531 since it does not appear sufficient.