#Using the vscode extension with v5
1 messages · Page 1 of 1 (latest)
Is this the thing you were mentioning in #1170131055622230088 ?
1 messages · Page 1 of 1 (latest)
UPDATE: seems like it's just not ready yet.
As stated on the migration guide, my typegen stuff looks like this now:
const myMachine = createMachine({
types: { typegen: {}, events: {} as MyMachineEvent },
// ...
});
However, types are not being generated. What am I missing?
Is this the thing you were mentioning in #1170131055622230088 ?