You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, after updating React to 15.0.1 I started receiving this error when compiling with Webpack:
Module not found: Error: Cannot resolve module 'react/addons' in /apps/node_modules/skin-deep
@ ./~/skin-deep/skin-deep.js 8:14-37
I use skin-deep@0.16.0. I didn't receive this error before updating React. This must be linked to this recent change.
Are there any plans to update this package for React 15? Thanks!
The text was updated successfully, but these errors were encountered:
Sounds like you'll need to update the bundling config you have to also exclude "react/addons" - the if statement inside the code will ensure that require will never be called.
I'll get the docs updated and bump package.json soonish.
Hey, after updating React to 15.0.1 I started receiving this error when compiling with Webpack:
I use skin-deep@0.16.0. I didn't receive this error before updating React. This must be linked to this recent change.
Are there any plans to update this package for React 15? Thanks!
The text was updated successfully, but these errors were encountered: