David Khourshid
David Khourshid
Please provide a CodeSandbox reproduction. You can use one of the templates here: https://github.com/statelyai/xstate?tab=readme-ov-file#templates
I'd appreciate a PR for this, or I can get to it this week.
One small note: `createBrowserInspector()` is meant to be called _outside_ of components; that may be a potential source of the problem. Can you try something like this instead? ```ts const...
Would you like to make a quick PR fixing this? 🙏
> If you use inline prompts (see runPrompt), you can start mixing any type of LLMs and any order as long as you can write it in JavaScript. > >...
The VSCode extension does not currently support state machines spread out in multiple files.
> Is there a plan to add it anytime? Not with the current tooling, which works via static analysis of the AST, and it gets much more complicated if the...
This may be a bug. The latest release is not up-to-date with the latest AI SDK, which may be what is causing problems. Does it happen all the time?
Not currently, and this warning is purely informational. It will go away when we have support for meta data in the editor, which is coming soon. For now, maybe there...
> I'll look into it. Would you want some VS Code extension setting to hide warnings?