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

Hot module replacement not work #38

Open
timoxley opened this issue Apr 20, 2017 · 2 comments
Open

Hot module replacement not work #38

timoxley opened this issue Apr 20, 2017 · 2 comments

Comments

@timoxley
Copy link

It appears HMR can not work with jumpstate due to complaints like: An action called "${actionName}" in the ${sandboxName} sandbox already exists! Please pick another action name!

or, in other words: global state bad.

@desktoping
Copy link

if you are only concerned about changing the reducers aka actionName. you can use the reset method inside actions file before you load your new reducers.

@matuscongrady
Copy link

matuscongrady commented Aug 22, 2017

I can't make HMR to work.
Using React-hot-loader-3 (beta). Tried basiacally every possible configuration.

Could you provide an example of jumpstate working with HMR?

@timoxley Have you solved this issue somehow?

Thanks!

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

3 participants