Tom Arild Jakobsen
Results
2
issues of
Tom Arild Jakobsen
The return type of `contentLib.query()` (and similar functions) should have the shape `Content | Content` instead of the current implementation which is `Content`. This change allows TypeScript to infer the...
Hi, I'm planning to use [@xstate/fsm](https://github.com/davidkpiano/xstate/tree/main/packages/xstate-fsm) in my project to get the bundle size down a bit, but I'm not able to use this addon when I replace the imports....