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

Doesn't Work With React 0.12 #3

Closed RobinThrift closed 9 years ago

RobinThrift commented 9 years ago

I've put together a simple test case here, using the demo.js

http://jsfiddle.net/odqbmktw/

It seems lik the child elements are not longer processed correctly.

Thanks.

freiksenet commented 9 years ago

Thanks you for the report!

I'll take a look at it next week.

freiksenet commented 9 years ago

Fixed in 0.3.0.

RobinThrift commented 9 years ago

thanks!