We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 151317a commit e3788a4Copy full SHA for e3788a4
README.md
@@ -37,6 +37,10 @@ performs dead-code elimination, such as
37
38
### Browser bundle
39
40
+**Note: the browser bundle expects to be able to use `React.addons.cloneWithProps()`
41
+for grid components, so you must use the react-with-addons React bundle in order
42
+to make use of them.**
43
+
44
The browser bundle exposes a global `BootstrapForm` variable and expects to
45
find global `React` ([React](http://facebook.github.io/react/)) and `forms`
46
([newforms](https://github.com/insin/newforms)) variables to work with.
0 commit comments