的任何上下文或道具中找不到「商店」我不明白爲什麼我會收到錯誤。我確實在我的代碼中包含了所有必需的庫。順便說一句,我用navReducer在連接(應用程序)
這是我的getStore代碼:
export default function getStore(navReducer) {
const store= createStore(
getRootReducer(navReducer),
undefined,
applyMiddleware(thunk)
);
return store;
}
問題就出在我的index.js,我命名爲類應用
對不起我的代碼太長,但我認爲包含它很重要。
難道ü嘗試<提供者儲存= {存儲}>? – Vicky
是的,我確實嘗試過。仍然得到相同的錯誤 – gdphy
你可以提供'appStoreConfig'的代碼嗎? – sergei