Skip to content

Does not handle pipeable ofType #2

Description

@mwoodsmall

In the following test case, it fails to determine the input action for the effect.

  test1$ = this.actions$
    .pipe(
      ofType('LOGIN'),
      map(data => ({ type: 'LOGIN_SUCCESS', payload: data })),
      catchError(() => of({ type: 'LOGIN_FAILED' }))
    );

and instead sets the input action to undefined

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions