nerv-create-class bug
Closed this issue · 1 comments
figo-fe commented
在npm包代码里
index.js 引入dist/index.js
module.exports = require('./dist/index.js').default
但在dist/index.js中没有导出default,而是直接导出了 createClass function
,需修改下~
starInEcust commented
好像是哦 我用react router 就是_react2.default.createClass is not a function