statecharts / statecharts.github.io

There is no state but what we make. Feel free to pitch in.
https://statecharts.dev/
311 stars 52 forks source link

fizBuzz example is skipping numbers on latest version of xstate 4.6.7 #43

Open Sutikshan opened 4 years ago

Sutikshan commented 4 years ago

Should we update our examples to latest version of xstate or specify the reader that version of xstate being used is of V3.3.x.

Fizz
4
Buzz
Fizz
7
Fizz
Buzz
11
Fizz
13
FizzBuzz
16
Fizz
mogsie commented 4 years ago

Hmm, yes, that's a good point. I'll see what I can do.