Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
import { useSelector } from 'taro-redux' 提示找不到模块“taro-redux”。ts(2307) 需要如何导入这个模块?
taro-redux 这个有安装吗
@三金 在 Taro使用TypeScript、Redux,需要如何使用Hook中的useStore 中说:
taro-redux
应该是文档里写错了 '@tarojs/redux'
可以提个 PR 咯