Cannot resolve module 'react/lib/CSSPropertyOperations'
Closed this issue · 3 comments
Kudrik commented
import CSSPropertyOperations from 'react/lib/CSSPropertyOperations';
Causing error with react 15.4.0
Error: Cannot resolve module 'react/lib/CSSPropertyOperations'
lonelyclick commented
+1
sylvaingi commented
This is discouraged by the React devs and using such internal libs will lead to more errors in the future. See https://twitter.com/dan_abramov/status/798926305030877184
tajo commented
It's fixed by v3.0.0
. Please update. Thanks!