Florian Van Belleghem
Florian Van Belleghem
I'm having a similar issue with Bounds, namely that using OrbitControls _during_ the zoom animation places the orbit target outside of the model. If you wait for the animation to...
> Any news on this? I haven't found any solution to this, only workarounds. I'm working on a large code base and changing the imports or updating the component type...
I would like to contribute to this issue, but it's beyond my capabilities. However, it touches on a fundamental question about USD and three.js, which I have been asking myself....
This is a duplicate of #447. I have been able to hack together a fix for anyone running into this issue: ```ts import { useControls } from "leva"; import {...
In fact, this is not a bug but intended. Looking at [this](https://github.com/pmndrs/leva/blob/main/docs/advanced/controlled-inputs.md#transient) documentation, we can see that we need to add `transient: false` whenever we want to consume a value....
Just a heads up that I'm experiencing the same issue. Is there anything blocking review of this PR?