Uncaught Error: Could not find “store” in the context of “Connect(Detail)”. Either wrap the root component in a , or pass a custom React context provider to and the corresponding React context consumer to Connect(Detail) in connect options.
umijs:Could not find “store“ in the context of “Connect(...)“.._ide
查看了一下代码,发现引入了react-redux
umijs:Could not find “store“ in the context of “Connect(...)“.._ide_02
修改成dva就好了