Could not find “store” in either the context or props of “Connect(App)”

后端 未结 3 903
暗喜
暗喜 2020-12-01 15:43

I\'m having problems with misconfigured Redux after merging contents of multiple files into one to serve as config for Redux.

How to resolve store, whil

3条回答
  •  一整个雨季
    2020-12-01 16:14

    I had such a problem when I used import connect from "react-redux/lib/connect/connect"; instead import {connect} from "react-redux";

提交回复
热议问题