Skip to content

Commit e3788a4

Browse files
committed
Added note about the browser bundle currently requiring React.addons for grid components
Closes #2
1 parent 151317a commit e3788a4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ performs dead-code elimination, such as
3737

3838
### Browser bundle
3939

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+
4044
The browser bundle exposes a global `BootstrapForm` variable and expects to
4145
find global `React` ([React](http://facebook.github.io/react/)) and `forms`
4246
([newforms](https://github.com/insin/newforms)) variables to work with.

0 commit comments

Comments
 (0)