-
And delete polkadot-types
-
Hello there 👋
I'm new to using xstate and wanted to try it with the `tsTypes` typegen from the VSCode extension. However it doesn't seem to work for me, the xstate extension just crashes. I've tri…
-
Using `@xstate/cli@0.1.4`, if you have 2 `createMachine` calls in the same file they both end up pointing to the same tsTypes import.
Before CLI run.
```ts
const m1 = createMachine({
tsTypes…
-
We have a custom-built pallet that expects one of it's argument as `u32`, I can not find a way to pass a type that typescript would accept, not sure how to create a u32 type from the client.
In som…
-
The current implementation of TypeGen works by appending `as import("./machine.typegen").Typegen0` to machines schemas. As this is a regular `import` and not an `import type` request, most bundlers wi…
-
I've got this guard called `"It's Play Time"`, and the typegen falls over unless I remove the apostrophe. 😃
-
### Description
When I use typegen, I lose the typing of `send` from `useMachine`.
### Expected result
I expect `send` to have a type that allows me to use type completion on event names as w…
-
First, I want to say I admire the work you did on Typegen, it's a really amazing feature!
I've been trying to use it on machines that contain single quotes in states and tags and it made typegen brea…
-
Just migrated to using typegen in my project and for some reason following the generation of the typegen file, the type of my context throughout my machine isn't recognized.
```
interface StateCo…
-
```
Error: Cannot use GraphQLSchema "[object GraphQLSchema]" from another module or realm.
Ensure that there is only one instance of "graphql" in the node_modules
directory. If different versio…