with-redux-wrapper example bug #17297
Replies: 1 comment
-
Locking this in favor of #17299 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In with-redux-wrapper example index.js page has a code:
the reducer.js
in getStaticProps code has

store.dispatch(addCount())
so when I run the index.js page the page count must be 1 but is 0 is bug?
Beta Was this translation helpful? Give feedback.
All reactions