Open ghost opened 5 years ago
"react-big-scheduler": "^0.2.2", "react": "^16.5.2", "react-dnd": "^6.0.0", "react-dnd-html5-backend": "^6.0.0",
i copied the basic example and having this error :
Failed context type: The context dragDropManager is marked as required in DropTarget(ResourceEvents), but its value is undefined.
dragDropManager
DropTarget(ResourceEvents)
undefined
@vetmust refer to this issue
"react-big-scheduler": "^0.2.2", "react": "^16.5.2", "react-dnd": "^6.0.0", "react-dnd-html5-backend": "^6.0.0",
i copied the basic example and having this error :
Failed context type: The context
dragDropManager
is marked as required inDropTarget(ResourceEvents)
, but its value isundefined
.