Closed SimonGAndrews closed 3 years ago
Replaced the original destructuring assignment (Array) with the above.
Mod now passes regression test test\Node\xstate-fsm\fsm.test.js in jest and fixes the issue when running in Esprunio on esp32.
subsequent testing showed the fix needed changing to: ie copying three elements of the array with ...slice(0,3) and not ...slice(0,2)
Above error occurs running test_basicMachine.js inEsprunio on esp32. Another destructuging assignment like #6