-
Notifications
You must be signed in to change notification settings - Fork 414
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Examples - Support for react-dnd 9.4.0 #163
base: master
Are you sure you want to change the base?
Conversation
@andrisundae can you give more details? Do you mean to say you are facing this issue even after working on top of my commit? Could you share the exact version of react-dnd which is being used in your project? |
@chaitan94 Thank u, i just installed React CRA and add [email protected], react-big-scheduler new version for depedencies...And use withDnDContext.js from your last commit... |
I also can confirm I was getting the same issue as @andrisundae. I used the
|
@chaitan94 have you published your version of this library to npm? |
No, I haven't. |
@chaitan94 I am trying to publish this to npm by cloning from your repo the one with the pull request but am having issues while building package. \react-big-scheduler\react-big-scheduler\scripts\build.js:11 TypeError [ERR_INVALID_ARG_TYPE]: The "chunk" argument must be of type string or an instance of Buffer. Received an instance of Error npm ERR! A complete log of this run can be found in: |
Is there any updates regarding this issue? I still have the same issue with the newer version of react-big-scheduler (0.2.7) |
I have update antd to 4.x and react-dnd to 14.x, but in my forked respository https://github.com/StephenChou1017/react-big-scheduler |
As you may know
react-dnd
recently dropped theDragDropContext
component [1], and introducedDndProvider
[2]. This pull request makes the necessary changes to accommodate for that. This should also hopefully address some open issues like #146 and #147.[1] react-dnd/react-dnd#1439
[2] https://react-dnd.github.io/react-dnd/docs/api/dnd-provider