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
{{ message }}
This repository was archived by the owner on Feb 1, 2026. It is now read-only.
Is your feature request related to a problem? Please describe.
When more than one control is passed to the useControls, the object returned contains all the controls refs, so to access the value inside is slider.value.value
Is your feature request related to a problem? Please describe.
When more than one control is passed to the
useControls, the object returned contains all the controls refs, so to access the value inside isslider.value.valueSee https://tresleches.tresjs.org/guide/controls.html#multiple-controls
Since vue reactivity uses
valuefor refs and having these differences within single and multiple controls is awkward and worsens the DXDescribe the solution you'd like
@andretchen0 I need your help here, what do you think we can do? Maybe instead of an object with all the controls, let's return an array?