Closed sradomski closed 6 years ago
When I specify multiple state identifier in the root scxml element via the initial attribute, I do get:
(node:83390) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: Unable to locate initial state for composite state: $generated-scxml-0
Having only a single state referenced via its id works fine though.
id
Thanks for reporting. I will look into this.
@sradomski Should be fixed in the latest release (4.3.1). Thanks
When I specify multiple state identifier in the root scxml element via the initial attribute, I do get:
Having only a single state referenced via its
id
works fine though.