Closed gregorym closed 9 years ago
@gregorym thanks for bringing this to my attention.
I've created a branch react-0.14
....let me know how that works for you. I can't produce your specific error. This branch bundles fine w/ react
+ react-dom
and the examples all work. The console is also free of any deprecation warnings.
https://github.com/MandarinConLaBarba/react-tree-menu/tree/react-0.14
Cool! I'll give it a try and let you know.
[Edit: NVM, my error comes from somewhere else]
I am able to reproduce using the data props.
data = { label: 'test'};
<div className={classes.join(' ')}>
<TreeMenu data={data} />
</div>
Ok thanks
I get the following error message: