Produces a mapper to be used with mapStates to map over
all state transitions.
One common gotcha: you either need to do a bunch of work to figure out
relative target ids or you can rely on the fact that StructuredTransitionConfigs
always have unique ids and use #${absoluteTargets} for transitions.
Produces a mapper to be used with mapStates to map over all state transitions.
One common gotcha: you either need to do a bunch of work to figure out relative target ids or you can rely on the fact that
StructuredTransitionConfig
s always have unique ids and use#${absoluteTargets}
for transitions.Returns
A mapper to be passed to mapStates