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
This is probably moot if using npm, but relevant otherwise.
The library has a few dependencies that should probably be called out in the readme. The one that caught me was react-with-addons-0.12.2.min.js as I'd been using react-0.12.2.js and getting errors.
(Awesome library by the way!)
The text was updated successfully, but these errors were encountered:
This requirement will go away with React 0.13 as it brings React.cloneElement to the top-level API. The current cloning approach should go away entirely when facebook/react#2112 lands.
This is probably moot if using npm, but relevant otherwise.
The library has a few dependencies that should probably be called out in the readme. The one that caught me was
react-with-addons-0.12.2.min.js
as I'd been usingreact-0.12.2.js
and getting errors.(Awesome library by the way!)
The text was updated successfully, but these errors were encountered: