We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using typescript 4.4.2, use-tweaks 0.3.1, and tweakpane 3.1.0:
4.4.2
0.3.1
3.1.0
Return type for useTweaks is {}, regardless of whether I pass in a type for the Schema generic or not. Am I missing something?
useTweaks
{}
Schema
The text was updated successfully, but these errors were encountered:
I tried upgrading use-tweaks to v0.3.2-alpha.0 and the issue seems to have been addressed
v0.3.2-alpha.0
Sorry, something went wrong.
I just upgraded to "use-tweaks": "0.3.2-alpha.0" and still see the problem you describe. 🤷
"use-tweaks": "0.3.2-alpha.0"
you need install https://www.npmjs.com/package/@tweakpane/core
InputParams from @tweakpane/core,not existed will break at red box
InputParams
No branches or pull requests
Using typescript

4.4.2
, use-tweaks0.3.1
, and tweakpane3.1.0
:Return type for
useTweaks
is{}
, regardless of whether I pass in a type for theSchema
generic or not. Am I missing something?The text was updated successfully, but these errors were encountered: