Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Client-side store memoization probably not working with Hot Module Replacement (HMR) #5

Open
timotgl opened this issue May 23, 2017 · 0 comments

Comments

@timotgl
Copy link

timotgl commented May 23, 2017

I suspect that the same issue I created on next-redux-wrapper: kirill-konshin/next-redux-wrapper#25 also exists here because the cache is in module scope: https://github.com/huzidaha/next-connect-redux/blob/master/lib/index.js#L42

Next.js uses HMR by default, and I think it's likely that users of redux+next.js will at some point create a container with connect and run into this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant