tweakpane / use-tweaks

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

Broken Schema types #52

Open joeyfigaro opened 1 year ago

joeyfigaro commented 1 year ago

Using typescript 4.4.2, use-tweaks 0.3.1, and tweakpane 3.1.0: image

image

image

Return type for useTweaks is {}, regardless of whether I pass in a type for the Schema generic or not. Am I missing something?

joeyfigaro commented 1 year ago

I tried upgrading use-tweaks to v0.3.2-alpha.0 and the issue seems to have been addressed

image

alecmce commented 1 year ago

I just upgraded to "use-tweaks": "0.3.2-alpha.0" and still see the problem you describe. 🤷

boenfu commented 1 year ago

I just upgraded to "use-tweaks": "0.3.2-alpha.0" and still see the problem you describe. 🤷

you need install https://www.npmjs.com/package/@tweakpane/core image

image InputParams from @tweakpane/core,not existed will break at red box