Mateusz Burzyński
Mateusz Burzyński
@with-heart this broke VS Code debugging 😢 it now tries to run `node_modules/.bin/jest` as javascript file but it's a bash thing created by pnpm, do u know if we can...
We'll be working on React 19 support this month.
> It's probably not possible to make the same update to useActorRef for react and vue since the type is made optional by spreading options as the last function argument,...
Those type helpers are not too readable anyway today so I wouldn't try to reuse them at all costs. At the very least something along those lines should work: ```ts...
LGTM - I just left one comment to address
@pckilgore please provide a repro case so we can take a look at your case
@Billy- wouldnt this proposed solution work in clean manner? > Perhaps this can be solved by mutating the configuration when the plugin first gets it, converting relative paths to absolute...
I've successfully narrowed down the problem (at least for `redux-saga`) to the reexports being used: ```js export { foo } from './internal'; ``` It seems that this plugin follows them,...
I'm not sure what you are asking here since you also opened [another issue](https://github.com/statelyai/xstate-tools/issues/352) that is highly related to this one. How this one is different from that other one?
The reported code is almost an exact copy of what was reported in this comment https://github.com/microsoft/TypeScript/issues/27273#issuecomment-1114703301 and here https://github.com/microsoft/TypeScript/issues/56431 . The last experiment to fix this was worked on here...