react-event-calendar
react-event-calendar copied to clipboard
A React calendar component to display events
Cannot read property 'object' of undefined TypeError: Cannot read property 'object' of undefined at Object. (/Users/graeme/Next/rainbow_recovery_next/node_modules/react-event-calendar/dist-modules/components/CalendarDay.js:76:36) at Module._compile (internal/modules/cjs/loader.js:701:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:712:10) at Module.load (internal/modules/cjs/loader.js:600:32) at tryModuleLoad (internal/modules/cjs/loader.js:539:12) at Function.Module._load...
i am getting following error while integrating react-event-calender ./node_modules/react-event-calendar/dist-modules/components/CalendarDay.js G:/Vibhu Office MS/ReactJs_workspace/react_calendly/rj_calendly/node_modules/react-event-calendar/dist-modules/components/CalendarDay.js:76 73 | 74 | 75 | CalendarDay.propTypes = { > 76 | day: _react2.default.PropTypes.object.isRequired, 77 | isToday: _react2.default.PropTypes.bool,...
Is there a way that i can set an event to appear every wednesday? a flag on an event would be good. just set the event and it repeats itself...
After npm install, when I run npm start I get this error, I already did npm install react, react-dom and react-bootstrap. What gives?
In the readMe, this code is missing a brace after onEventClick. ``` console.log(eventData) />``` Here is the fix. ``` console.log(eventData)} />``` Also you could add this to the readMe. To...
I have downloaded and unzipped React event project. But how can I run the project. Should the project be located in localhost? The project contains no index.html file? I can...
Using React 0.14.8. I npm installed the component: ``` [email protected] /Users/tim.sheridan/Code/app `-- [email protected] +-- [email protected] `-- [email protected] ``` Implemented to EventCalendar based on example to render: ``` render: function() {...
Hi, I wondered whether this support yearly events view/display. Thanks
The demo page point to https://github.com/undefined/react-event-calendar not this project. But I liked the first impression so much that I googled the github page :)