react-tabulator
react-tabulator copied to clipboard
reactFormatter error in Redux
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?
Same issue with me as well. Any solution to this?
I know this is a bad fix, but wrap the component within <Provider>