You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: