Invariant Violation: Could not find “store” in either the context or props of “Connect(SportsDatabase)”

后端 未结 9 1743
别那么骄傲
别那么骄傲 2020-12-12 10:36

Full code here: https://gist.github.com/js08/0ec3d70dfda76d7e9fb4

Hi,

  • I have an application where it shows different templates for desktop and mobile
9条回答
  •  轮回少年
    2020-12-12 10:52

    This happened to me when I upgraded. I had to downgrade back.

    react-redux ^5.0.6 → ^7.1.3

提交回复
热议问题