#Visual editor changes don't appear in code

1 messages · Page 1 of 1 (latest)

hazy bison
#

I did const machine = createMachine({}) and clicked Open Visual Editor but all changes I make in visual editor are not reflected in code.
It only adds a comment /** @limpid star-layout randomnumbers */ inside the machine but nothing else I do in visual editor. What could be the issue?
I tried it on Windows and Mac and both doesnt work...

#

It works from code to editor but it doesnt' work from editor to code

atomic verge
hazy bison
#

I used xsm , made changes in visual editor and it still won't update the code

#

but when I change something in code, then it updates in visual editor

atomic verge
#

What happens if you close the visual editor, delete the line with the layout comment and reopen the visual editor?

hazy bison
#

I tried to delete the comment, reopen Visual editor, reopen VSC and it doesn't work.
But I just switched from Svelte project to Next.js project, installed Xstate in here and it works 🤨

spiral lava
hazy bison