Lucifier129 / react-lite

An implementation of React v15.x that optimizes for small script size
MIT License
1.73k stars 98 forks source link

can not work with react-router #17

Closed pennsong closed 8 years ago

pennsong commented 8 years ago

工兄弟, 我已经尽量简化了重现问题步骤, 如附件: 1) npm install 2) npm start

注释掉: resolve: { alias: { 'react': 'react-lite', 'react-dom': 'react-lite' } } 成功 没有注释掉就失败

请点解, 等待您的回复 gyj.zip

Lucifier129 commented 8 years ago

好的,我看看。

Lucifier129 commented 8 years ago

@pennsong React.isValidElement return fasle with <StatelessComponent />, now I had fixed it on version 0.0.12.

please try update react-lite to lastest version.

Lucifier129 commented 8 years ago

close this issue. if has other problem, then reopen it.