Could not find react-redux context value; please ensure the component is wrapped in a <Provider>
问题 I'm trying to do my exportable package in which I create the redux store. This is the code: import React from "react"; import { Provider } from "react-redux"; import { ErrorPage } from "../components/shared"; import { MyCoreApplication } from "./MyCoreApplication"; import { configureStore } from "../tools/configureStore"; import { createCoreHelp } from "./createCoreHelp"; export const MyCore = ({ withLogs, applicationSagas, applicationReducers, app, cookieInfo }) => { const help =