【发布时间】:2021-12-06 08:42:21
【问题描述】:
我正在尝试在我的 react native 应用程序中实现 Redux 状态管理,但我遇到了一个问题。我在我的 react 应用程序中做了同样的事情,它运行良好。我正在使用打字稿模板。
export * as actionCreators from "./action-creators";
错误
TransformError src/state/index.ts: Export namespace should be first transformed by `@babel/plugin-proposal-export-namespace-from`.
【问题讨论】:
标签: typescript react-native react-redux babeljs