Skip to content

Allow multple units in then/else branches of condition #344

@sergeysova

Description

@sergeysova

Like:

condition({
  source: appStarted,
  if: $activated,
  then: [modelReady, userFetchFx, credentialsFetchFx],
  else: [session.drop, logIn.navigate],
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions