Jørn A. Myrland

Results 51 comments of Jørn A. Myrland

@ctrlplusb `[email protected]` is working great! 🎉 [Here is the updated sandbox](https://codesandbox.io/s/kind-neumann-1skrbd?file=/src/Counter.tsx). The sandbox uses `react-scripts`, but I've also tested it with react with `vite` & `@vitejs/plugin-react`. ~1400 unit testst still...

I think the return type should have been inferred by default in this case, via your interface. However, for those using immer, the return type should be `never`. In theory...

Looking at the code, this should already be working ```ts /** * Represents an action. * * @example * * import { Action } from 'easy-peasy'; * * interface Model...

@BlackFenix2 is this still an issue in the latest version?

Hi! I'm a new collaborator for easy peasy, and I'm currently going through open github issues & PRs. I like this change! Are you able to resolve the conflicts?

I was unable to update this branch with the latest changes from master. I created #771 as a continuation of this work. Thanks for your efforts @el-gringo 👏

Should be fixed by #769 - will reopen if it is still an issue.