-
-
Notifications
You must be signed in to change notification settings - Fork 236
Closed
Description
Bug report
- Package version(s): 5.0.0
- Browser and OS versions: MacOS, all browsers
Steps to reproduce
- npm i react-mosaic-component
- create app with basic setup: https://github.com/nomcopter/react-mosaic#apptsx
Actual behavior
App is failed to start wit error:
Could not find the drag and drop manager in the context of DragSource(InternalMosaicWindow). Make sure to render a DndProvider component in your top-level component. Read more: http://react-dnd.github.io/react-dnd/docs/troubleshooting#could-not-find-the-drag-and-drop-manager-in-the-context
Expected behavior
works like a magic.
Notes:
- everything works with yarn.
- if explicitly wrap
Mosaicwith<DndProvider backend={HTML5Backend}>in own app, everything works as expected.
kerwitz, coolRoger, IAmYhvr, matteocodogno, tom-james-watson and 6 more
Metadata
Metadata
Assignees
Labels
No labels