StephenChou1017 / react-big-scheduler

A scheduler and resource planning component built for React and made for modern browsers (IE10+)
https://stephenchou1017.github.io/scheduler/#/
MIT License
754 stars 414 forks source link

Please update package.json to fix the NO EVENT DISPLAY issue #129

Open harvinder-ss opened 5 years ago

harvinder-ss commented 5 years ago

hi,

Please update the package.json file to load the correct dependencies to make it working for everyone.

Replace : "react-dnd": "^7.4.5", "react-dnd-html5-backend": "^7.4.4",

TO: "react-dnd": "^5.0.0", "react-dnd-html5-backend": "^5.0.1",

StephenChou1017 commented 5 years ago

@harvinder-ss Hi, thanks for this issue to tell others how to fix the NO EVENT DISPLAY issue:-)

By the way, the npm 0.2.7 has upgraded to react-dnd@7.4.5 and react-dnd-html5-backend@7.4.4.