You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working on the Joint I wanted to reproduce the same custom collider exportation, and when I wanted to watch the Joint props, I wasn't able to do so...
Describe the bug
While working on the
Joint
I wanted to reproduce the same custom collider exportation, and when I wanted to watch theJoint
props, I wasn't able to do so...I figured that the Vue component
setup function
needs aProxy
as the first parameter to reflect changes and here:https://github.com/Tresjs/rapier/blob/main/src/components/colliders/index.ts#L29-L42
We are destructing it which is equivalent to passing a native
Object
Reproduction
Steps to reproduce
System Info
Used Package Manager
npm
Code of Conduct
The text was updated successfully, but these errors were encountered: