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
{{ message }}
This repository was archived by the owner on Jun 18, 2018. It is now read-only.
I have an app that uses the HTML5 backend for drop and drop internally. I want to use a sub-component that also uses it independently, but in the same app. Currently this is only possible if I can actually make changes to this sub-component to remove it's DragContext or export one without which seems unnecessary.
The text was updated successfully, but these errors were encountered:
Is someone working on this? I would like to use React-Big-Calendar with drag and drop support and my own drag and drop component, but I can´t make it work, because of this :/ unless I remove backend from react big calendar, but that is not a good solution...
@sudhiryadav Nope :/, I created pull request to React Big Calendar to export it without React DnD context. It has been approved and now waiting for merge...
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have an app that uses the HTML5 backend for drop and drop internally. I want to use a sub-component that also uses it independently, but in the same app. Currently this is only possible if I can actually make changes to this sub-component to remove it's
DragContext
or export one without which seems unnecessary.The text was updated successfully, but these errors were encountered: