react-component / editor-core

a draft-js based editor
http://react-component.github.io/editor-core/examples/simple.html
Other
56 stars 12 forks source link

React 15.4.0 兼容 #1

Closed yesmeck closed 7 years ago

yesmeck commented 7 years ago

15.4.0 已经没有 react/lib/CSSProperty.js 了。

mrasoahaingo commented 7 years ago

Hi, I got exactly the same issue

RaoHai commented 7 years ago

reinstall dependences will fix this problem

mrasoahaingo commented 7 years ago

@RaoHai, what is the package to be installed?

RaoHai commented 7 years ago

npm install rc-editor-core@0.5.9

mrasoahaingo commented 7 years ago

I still got the same error :(

"antd": "^2.3.1", "normalizr": "^2.2.1", "rc-editor-core": "0.5.9", "react": "^15.4.0", "react-dom": "*", "react-redux": "^4.4.6", "redux": "^3.6.0"

mrasoahaingo commented 7 years ago

My bad, I remove all node_module and reinstall all. That fixes the issue. Thanks!