react-tabulator icon indicating copy to clipboard operation
react-tabulator copied to clipboard

reactFormatter error in Redux

Open behrouz-s opened this issue 6 years ago • 2 comments

When I pass containers in reactFormater, I see this error: Could not find "store" in the context of "Connect(Invoices)". Either wrap the root component in a <Provider>, or pass a custom React context provider to <Provider> and the corresponding React context consumer to Connect(Invoices) in connect options. How can I pass "store" in Redux?

behrouz-s avatar Jul 22 '19 14:07 behrouz-s

Same issue with me as well. Any solution to this?

arindammitra06 avatar Oct 05 '23 18:10 arindammitra06

I know this is a bad fix, but wrap the component within <Provider>

arindammitra06 avatar Feb 21 '24 04:02 arindammitra06