react-tweakpane
react-tweakpane copied to clipboard
update to latest Tweakpane
Hi, this looks, great, unfortunately, I'm hitting compat issues:
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/tweakpane
npm ERR! tweakpane@"^4.0.3" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer tweakpane@"^3.1.9" from [email protected]
npm ERR! node_modules/react-tweakpane
npm ERR! react-tweakpane@"^0.8.1" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR!
are there any plans to continue adding features to this project, or ...
It seems the API this library is using an outdated API. .addInput has been switched to .addBinding
I'm using this PR https://github.com/MelonCode/react-tweakpane/pull/3 in my projects. I updated everything to the latest API changes.