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

Comptaibilty with React 0.13 #23

Closed vivian-perez closed 9 years ago

vivian-perez commented 9 years ago

React.withContext() is deprecated Replaced with getChildContext()

freiksenet commented 9 years ago

Latest version should be compatible with react 0.13.0, I've just published it.

I can merge the changes otherwise if you remove dist/, revert back the default locale (it's 'fr' now) and revert other changes like indentation level.

Thanks.

freiksenet commented 9 years ago

Also please clean-up your branch history.