areslabs / alita

一套把React Native代码转换成微信小程序代码的转换引擎工具。我们不造轮子,不发明新框架,只是提供工具把RN扩展到微信小程序端。
https://areslabs.github.io/alita
MIT License
1.96k stars 130 forks source link

react-redux 引入失败 #80

Open Smithjoppa opened 4 years ago

Smithjoppa commented 4 years ago

`import { Provider } from 'react-redux'

render() { return {getRouter()} }

构建的时候出现 错误 **搜索路径失败!** TypeError: Cannot read property 'Provider' of undefined`