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

HMR does not works in redux v4 #522

Closed
krailler opened this issue Jun 22, 2018 · 5 comments
Closed

HMR does not works in redux v4 #522

krailler opened this issue Jun 22, 2018 · 5 comments

Comments

@krailler
Copy link

Hi, the hot reload is not working when i upgrade to v4...

@ChristianDavis
Copy link

This issue was closed recently, but I haven't seen a release for it in the chrome store
#499 (comment)

@toranb
Copy link
Contributor

toranb commented Jul 5, 2018

Anyone know who to contact for a chrome store publish of this extension?

@ChristianDavis
Copy link

@toranb , @jhen0409 mentioned a release in this PR, but I don't know if there is a clear route to release yet. There are a lot of moving parts ATM #490

@navata
Copy link

navata commented Jul 11, 2018

I config my store as below:

const store = createStore(
   reducer, /* preloadedState, */
+  window.__REDUX_DEVTOOLS_EXTENSION__ && window.__REDUX_DEVTOOLS_EXTENSION__()
 );

But It not working in Redux 4 ?
Redux DevTools 2.15.2 for extension in Chrome

@jhen0409
Copy link
Collaborator

It should be fixed by #490 and #533. I've published the new version of Chrome Extension. If you're using Firefox please waiting for @zalmoxisus because I have no permission to do that.

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

5 participants