Open timoxley opened 7 years ago
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.
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!
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.