chenglou / react-treeview

Easy, light, flexible tree view made with React.
1.09k stars 165 forks source link

Error "Cannot read property 'createClass' of undefined" when 'react-treeview' is loaded as AMD-module #11

Closed mixvin closed 10 years ago

mixvin commented 10 years ago

To build the project I use the WebPack software. Therefore, the treeview is loaded as amd-module. When loading the page getting an error "Cannot read property ' createClass ' of undefined".

chenglou commented 10 years ago

https://github.com/chenglou/react-treeview/commit/e2f373499940eb1206854e6eee6f14f005b38e53

@mixvin this takes in your change and a few nits. Published as 0.3.8. Try to see if it works! Thanks again.

mixvin commented 10 years ago

Thank you!