v5.2.0
Minor Changes
-
#98
e7cd20dThanks @tivac! - Support for components at the root of machinescreateMachine({ initial: "foo", meta: { component: RootComponent, }, states: { foo: { meta: { component: FooComponent, }, }, }, });
Previously
RootComponentwould be ignored, now it will be the first component in the tree andFooComponentwill be placed as a child of it.