In case I want to mix states that should have routes together with states that shouldn't (due to their transitive nature) in the same machine, how do I express this? Just leaving out the meta: { path: '/whatever } will drive the router into a runtime-error, setting path to "null" doesn't change the outcome. Thanks in advance.
In case I want to mix states that should have routes together with states that shouldn't (due to their transitive nature) in the same machine, how do I express this? Just leaving out the
meta: { path: '/whatever }
will drive the router into a runtime-error, setting path to "null" doesn't change the outcome. Thanks in advance.