Minimal reproduction demo (based on Pokemon example): https://codesandbox.io/s/hardcore-feather-lljsfl?file=/src/App.tsx - Upon hard refresh, the loadable state quickly changes from `loading` to `hasError` - Any subsequent hmr refreshes actually resolve to `hasData` - Removing `React.StrictMode` resolves the problem (hides it?) - This behavior is not observed in 0.4.1