insin / newforms-bootstrap

Components for rendering a newforms Form using Bootstrap 3
http://insin.github.io/newforms-bootstrap/grid.html
Other
48 stars 13 forks source link

Dependency information mention #2

Closed catskul closed 9 years ago

catskul commented 9 years ago

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!)

insin commented 9 years ago

Will do, thanks for the report.

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.