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
Copy the react-datetime-calendar src folder to your own project src folder (and rename it as say, timeslots)
Remove "react-timeslot-calendar": "^0.2.0" from your dependencies in package.json
Change the source of your import in the file where you're using the calendar, i.e. import ReactTimeslotCalendar from "react-timeslot-calendar"; to import ReactTimeslotCalendar from "<insert relative path here>/timeslot/js/react-timeslot-calendar";
Run npm install then npm start
The error should disappear
Note: you'll have to manually run npm install <packagename> depending on which packages you have yet to install in your project which this codebase is dependent on.
Dear react-timeslot-calendar Team,
The module is amazing and fills the requirements. But when I click on particular timeslot it is giving below error
Uncaught TypeError: this.updater.enqueueCallback is not a function
Any fix is available for this error.
Thanks in advance.
The text was updated successfully, but these errors were encountered: