Fork me on GitHub
#fulcro
<
2021-09-09
>
Thomas Moerman10:09:23

Q: is it possible to initialize a state-machine's actor->component-name without specifying an ident at begin!? For an actor that is not known yet at uism init time.

Thomas Moerman10:09:14

The (uism/begin! doesn't seem to allow defining a component class for an actor, without a valid ident (the component is not a singleton component).

stuartrexking10:09:19

@thomasmoerman You can provide a placeholder ident and replace it.

Thomas Moerman10:09:06

@stuartrexking Aahh thanks, missed that part in the docs, my bad. I was already trying something along that line

stuartrexking10:09:28

All good. So much goodness that something is bound to be missed.

💯 8