Replies: 1 comment 3 replies
-
That should work in general, so probably you need a better repro :) |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have top level React component - App.js - which simplified is like this:
And CartPage is like this:
In
<App />
the console.log correctly shows the data in the store, but in<CartPage />
- I get no such thing asstore
... ?Any idea what I'm missing here?
Beta Was this translation helpful? Give feedback.
All reactions