tweakpane / use-tweaks

🎛️ Tweak React components with Tweakpane
https://codesandbox.io/s/use-tweaks-example-58e02
MIT License
768 stars 23 forks source link

`tweakpane` version ^3.0 introduces breaking changes #45

Closed nhtranngoc closed 2 years ago

nhtranngoc commented 3 years ago

tweakpane recently upgraded to version 3, which introduced breaking changes:

https://github.com/cocopon/tweakpane/releases/tag/3.0.0

Running use-tweaks gives the following error: image

Changes including named exports, types changes, and refactored routes in types/api/. I will try and push a PR if I got the time.

nhtranngoc commented 3 years ago

Alternatively, downgrading tweakpane to versions 2.4.3 and under works.

gsimone commented 3 years ago

Hey, we are not really maintaining this, since we moved on to Leva https://github.com/pmndrs/leva

let me know if you are interested in maintaining/developing this!

cocopon commented 2 years ago

Just released 0.3.2-alpha.0 and now supports the latest version of Tweakpane (v3).