Jørn A. Myrland

Results 50 comments of Jørn A. Myrland

> Definitely some strangeness going on. I can't see what or why, but there is some possibly related discussion with [this issue](https://github.com/facebook/create-react-app/issues/9904). Absolutely. It used to work fine before (with...

> I've been experiencing this same issue as well. > > @ctrlplusb @jmyrland fwiw, I tried using the provided codesandbox above and bumping the versions down the to versions found...

I've tried going back through all dependency updates (1 year back) in our repository, but the issue still persists. I know that this has not been an issue for this...

> Definitely some strangeness going on. I can't see what or why, but there is some possibly related discussion with [this issue](https://github.com/facebook/create-react-app/issues/9904). If I disable `FAST_REFRESH`, hot reloading kicks in....

We've migrated from `CRA` to `vite` with [`@vitejs/plugin-react`](https://github.com/vitejs/vite/tree/main/packages/plugin-react). The issue still persists, because the plugin is configured with [`react-refresh`](https://github.com/facebook/react/tree/main/packages/react-refresh). After editing `Component.tsx`, `actions` are working properly & modifying state -...

We're also starting to see the issue of fast refresh not working properly with easy-peasy. I've reproduced the issue in [this codesandbox](https://codesandbox.io/s/solitary-framework-p6ujq?file=/src/Counter.tsx): ![chrome_NVK65pZfLX](https://user-images.githubusercontent.com/837651/149137897-f0eadd3f-42cc-49de-a596-3cab397cd501.gif) Any ideas as to what is causing...

Hey! The app has not been maintained for 9+ years, so there might be some issues with newer phones 😁 Feel free to tinker with the source code if you...

Haven't seen this one. What is the usecase for this, over `ActionOn` and `ThunkOn`?

Is #597 & #596 still an issue?

> The only downside with it, is it can only track up to 6 states in the store. This is fixed by #787 👍