Giter VIP home page Giter VIP logo

Comments (13)

mattpocock avatar mattpocock commented on July 21, 2024 1

Keep this here, I'll figure it out later. It's likely an issue with the viz as opposed to the vscode extension

from xstate-tools.

mattpocock avatar mattpocock commented on July 21, 2024 1

Apologies, doing more feature work than bug work at the moment ahead of a big release in early Feb. Will look to tackle some bugs then.

from xstate-tools.

mattpocock avatar mattpocock commented on July 21, 2024

@smarko82 What do you mean by 'does not render anything'?

from xstate-tools.

smarko82 avatar smarko82 commented on July 21, 2024

Here it's XState tool working with send("pippo") as entry action of idle state.

Screenshot 2021-12-01 at 12 42 57


Here it's XState tool not working (doesn't render anyithing) with send((context) => context.pippo) as entry action of idle state. It doesn't work also if I add context: { pippo: "foo" } as param to object passed to createMachine function.

Screenshot 2021-12-01 at 12 44 10

from xstate-tools.

mogarick avatar mogarick commented on July 21, 2024

I can add that when using entry:log("something") nothing gets rendered.
It only happens for the entry that belongs to the initial state. So in the @smarko82 example, if I use

idle:{
  entry:log("something")
}

nothing renders. But if I change the code to:

idle:{
  entry:{ actions: log("something")}
}

it renders correctly.

from xstate-tools.

mogarick avatar mogarick commented on July 21, 2024

One more thing, using

entry:{ actions: log("something")}

causes a blank screen on the stately.ia visualizer page:
Application error: a client-side exception has occurred (see the browser console for more information).

but if we use:

idle:{
  entry:log("something")
}

it works correctly. so we are in a mutually excluding workaround scenario.

And there's is another problem with the website visualizer: once your code provoques an error there is no way to fix it and the page enters in an error loop where you need to be fast enough to select all the code and delete it before the render triggers. That's because the visualizer tries to render the code as soon as it loads the page.
A better way would be to let the user decide when to render the visualization so if an error occurs there is no error loop problem.

from xstate-tools.

mattpocock avatar mattpocock commented on July 21, 2024

@mogarick Could you double-check it with this site? It will let you know if there's a parse error our side:

https://xstate-parser-example-site.vercel.app/

from xstate-tools.

mogarick avatar mogarick commented on July 21, 2024

ok. give me a minute then...

from xstate-tools.

mogarick avatar mogarick commented on July 21, 2024

entry:log("something)
image
entry:{actions:log("something")}
image

this last one shows "anonymous" for the entry, and with such value in the visualizer it throws the a client-side... error.

in the case of the vs-code extension, the no render scenario occurs when using the entry:log("something) and it works with the entry:{actions:log("something")}

from xstate-tools.

mattpocock avatar mattpocock commented on July 21, 2024

Worth noting that entry: { actions: [] } is incorrect syntax. Missed that in the comments above.

from xstate-tools.

mogarick avatar mogarick commented on July 21, 2024

Got it.

I can confirm using entry:log("Entered signIn NavState) or entry: [log("Entered signIn NavState")], works on the website visualizer.

But then the problem is on the vs-code extension visualizer.

Using entry: {actions:log("Entered signIn NavState")}, renders but entry:log("Entered signIn NavState) doesn't. Neither entry: [log("Entered signIn NavState")],.

from xstate-tools.

mogarick avatar mogarick commented on July 21, 2024

Hi @mattpocock,
About the error that occurs in the vs-code visualizer, should I open a new issue for better tracking purposes or leave this issue as the master one for that?

Thank you in advance.

from xstate-tools.

mogarick avatar mogarick commented on July 21, 2024

Hi @mattpocock,

Any news about this? :)

from xstate-tools.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.