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
The ref for Draggable's render function property is not actually passed, I checked the source code and the typescript signature also confirms this, yet the documentation suggests otherwise.
Draggable's render function should be passed a ref object like how Containers's render function is. I believe this is a bug.
The text was updated successfully, but these errors were encountered:
The ref for Draggable's render function property is not actually passed, I checked the source code and the typescript signature also confirms this, yet the documentation suggests otherwise.
Draggable's render function should be passed a ref object like how Containers's render function is. I believe this is a bug.
The text was updated successfully, but these errors were encountered: