Major Changes
-
#230
fdba194Thanks @tivac! - Matching state and invoke names would causexstate-component-treeto fail to return child components in some cases because internally it named them the same thing and stomped all over itself.states : { foo : { invoke : { id : "foo", // ... }, }, },This should work now.
BREAKING CHANGE: All
machinevalues in the output that previously looked likeroot.foowill now look likeroot.#foo, in order to help differentiate the child machineidfrom the parent state path.