tajo/react-portal

Cannot resolve module 'react/lib/CSSPropertyOperations'

Closed this issue · 3 comments

import CSSPropertyOperations from 'react/lib/CSSPropertyOperations';
Causing error with react 15.4.0
Error: Cannot resolve module 'react/lib/CSSPropertyOperations'

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!