Closed whitedesignd closed 4 years ago
@whitedesignd 能不能提供一下入口文件的内容
@whitedesignd 能不能提供一下入口文件的内容
import React,{Component}from 'react';
import './app.less'
import 'taro-ui/dist/style/index.scss'
import { Provider } from '@tarojs/redux'
import configStore from './redux/store.js'
const store = configStore()
class App extends Component {
// this.props.children 是将要会渲染的页面
render() {
return
} } export default App
@whitedesignd 目前使用redux还是需要使用社区包redux
,react-redux
由于官方包@tarojs/redux
,@tarojs/redux-h5
这两个包其内部尚未实现Provider
,redux
是一个js包,react-redux
基于react,taro是基本支持所有jsx语法的,所以无需担心跨端兼容性问题
@suiyuex 使用 react-redux
。文档改了还没发版,看 next 版本的文档。
最新文档可以通过此网址查看: https://nervjs.github.io/taro/docs/next/redux
相关平台
微信小程序
复现仓库
git@github.com:whitedesignd/taro-music.git 小程序基础库: 2.12.1 使用框架: React
复现步骤
安装官网步骤安装 使用taro-redux,报错
期望结果
使用 taro-redux
实际结果
不能使用,可以使用react-redux
环境信息
补充信息
可以使用react-redux。 使用taro-redux 报错信息 TypeError: Cannot call a class as a function TypeError: Cannot call a class as a function Cannot read property 'mount' of undefined TypeError: Cannot read property 'mount' of undefined