0

试图让 redux 在我的 Navbar 中工作,该 Navbar 放置在我的 Layout 高阶组件中。

export default connect(mapStateToProps)(Navbar);

在我的 Navbar.js 底部给了我这个错误

在“Connect(navbarItems)”的上下文或道具中找不到“商店”。要么将根组件包装在 a 中,要么将“store”作为道具显式传递给“Connect(Navbar)”。

我无法在我的布局中配置 redux 或者我收到此错误

Attention, withRedux has to be used only for top level pages, all other components must be wrapped with React Red
ux connect!
4

0 回答 0