v9 ".start" error #291
-
I am getting this error I am using the example from here: `function Box() { const bind = useDrag(({ offset: [x, y] }) => setSpring({ position: [x, y, 0] }), { return ( I am not sure where or how to use the .start. Can someone clarify? I pulled this from the documentation. thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I forgot to update the example but use setSpring.start. |
Beta Was this translation helpful? Give feedback.
I forgot to update the example but use setSpring.start.