use-tweaks icon indicating copy to clipboard operation
use-tweaks copied to clipboard

Broken Schema types

Open joeyfigaro opened this issue 2 years ago • 3 comments
trafficstars

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 avatar Nov 23 '22 02:11 joeyfigaro

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

image

joeyfigaro avatar Nov 23 '22 14:11 joeyfigaro

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

alecmce avatar Feb 01 '23 10:02 alecmce

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

boenfu avatar Jun 27 '23 16:06 boenfu