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
Hi all,
I'm very impressed by this library and eager to start using SortableTree in my project.
I've cloned a latest version but on a yarn build I receive two errors:
Module '"@dnd-kit/core"' has no exported member 'RectEntry'.
Module '"@dnd-kit/core"' has no exported member 'Measuring'.
Does anyone experience the same issue or am I missing something in my setup?
I read that Measuring was renamed to MeasuringConfiguration, but that would mean the code was not refactored in the latest version perhaps.
I cannot find any information on RectEntry. When I use LayoutRect instead, I would still get several errors in the sortableTreeKeyboardCoordinates function.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all,
I'm very impressed by this library and eager to start using SortableTree in my project.
I've cloned a latest version but on a yarn build I receive two errors:
Does anyone experience the same issue or am I missing something in my setup?
I read that Measuring was renamed to MeasuringConfiguration, but that would mean the code was not refactored in the latest version perhaps.
I cannot find any information on RectEntry. When I use LayoutRect instead, I would still get several errors in the sortableTreeKeyboardCoordinates function.
Any help would be appreciated.
Cheers,
Wouter
Beta Was this translation helpful? Give feedback.
All reactions