Cartiv
Cartiv copied to clipboard
HMR doesn't work in case the store is not the default export
In the case below
export const ResizeStore = createStore(....);
if (typeof module !== 'undefined') {
createStore.allowHMR(module, ResizeStore);
}
allowHMR
doesn't have any effect and breaks HMR.