NervJS / nerv

A blazing fast React alternative, compatible with IE8 and React 16.
https://nerv.aotu.io
MIT License
5.42k stars 267 forks source link

react.createClass is not a function? #138

Open GuidianLiang opened 5 years ago

GuidianLiang commented 5 years ago

i have add alias 'create-react-class' in webpack.config.js, but will throw error as title when i use ant-design component.?

GuidianLiang commented 5 years ago

antd still use API React.createClass( legacy?) , it is not a good idea to abandon that?