Tresjs / leches

🍰 Tasty GUI for Vue controls
https://tresleches.tresjs.org/
MIT License
28 stars 5 forks source link

Controls with same key on different folders get overlapped #58

Closed alvarosabu closed 11 months ago

alvarosabu commented 11 months ago

Describe the bug As a dev using GUI controls I would like to be able to be able to generate 2 folders that contain similar properties

const { position } = useControls('camera', { position: [0,0,0] })
const { position1 } = useControls('light', { position: [0,0,0] })