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