tweakpane / use-tweaks

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

Unmounting a component with all useTweaks properties results in an empty Tweaks Panel instead of a hidden Panel #41

Open JDihlmann opened 3 years ago

JDihlmann commented 3 years ago

By unmounting a component that does contain all useTweaks properties the properties inside the TweaksPanel disappear as intended but the Tweaks Panel remains as a small stripe on the top. Images: before after