Closed teameh closed 8 years ago
Unfortunately, this is a bit trickier - the current version of this lib works on React 0.13 and 0.14 - and those modules don't exist on 0.13.
We'd also need to share those libraries with the rest of your application, so they' need to be peer dependencies anway.
I'll see about adding something to the docs about this.
Check, that makes sense.
Closed via ccf4b46
I admit, not having
react
, orreact-dom
installed when using skin deep is a weird scenario... But I did not used thereact-addons-test-utils
before and my tested failed after adding and using skin deep:Error: Cannot find module 'react-addons-test-utils'
.It's quite handy that you abstract the boilerplate away but I think you should then also list it as a dependency so users don't need to install it manually right?
Thanks anyway, works like a charm!