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
Heya, thanks for pointing that out! I'm currently AFK and dunno when I've time to look into this, but you might be right. The readme might be outdated.
The reason seems to be that the package declares DnDProvider - but with an empty return. That triggers a error: DnDProvider(...): Nothing was returned from render.
In ./examples DnDProvider is not imported from the package but actually from the source file itself, in the ./dist directory. So I'm guessing this needs a updated package. When do you think that could happen?
See https://stackblitz.com/edit/react-dhyzf3
The text was updated successfully, but these errors were encountered: