thisbeyond / solid-dnd

A lightweight, performant, extensible drag and drop toolkit for Solid JS.
https://solid-dnd.com
MIT License
505 stars 35 forks source link

Get `useDragDropContext is not a function or its return value is not iterable` #104

Closed nikitavoloboev closed 11 months ago

nikitavoloboev commented 11 months ago

When trying to use const [, { onDragEnd }] = useDragDropContext() from example code.

Not sure what I am doing wrong.

nikitavoloboev commented 11 months ago

Ok this issue goes away if I wrap it with Provider.