freiksenet / react-calendar

A modular toolkit to build calendar-related things in React
http://freiksenet.github.io/react-calendar/
MIT License
249 stars 46 forks source link

Fix React warning from binding event handler methods #9

Closed fson closed 9 years ago

fson commented 9 years ago

"bind(): React component methods may only be bound to the component instance."

freiksenet commented 9 years ago

Thanks!