You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ ] Regression (a behavior that used to work and stopped working in a new release)
[x] Bug report
[ ] Feature request
[ ] Documentation issue or request
What is the current behavior?
Typescript throws the following error using ofType in a pipe when working in strict mode:
Argument of type '(source$: Actions<Action>) => Actions<Action>' is not assignable to parameter of type 'UnaryFunction<Observable<Action>, Observable<Action>>'. Types of parameters 'source$' and 'source' are incompatible. Type 'Observable<Action>' is not assignable to type 'Actions<Action>'. Property 'ofType' is missing in type 'Observable<Action>'.
Since typescript still compiles with these errors, the resulting javascript still works fine.
Expected behavior:
No error.
Minimal reproduction of the problem with instructions:
I'm submitting a...
What is the current behavior?
Typescript throws the following error using ofType in a pipe when working in strict mode:
Since typescript still compiles with these errors, the resulting javascript still works fine.
Expected behavior:
No error.
Minimal reproduction of the problem with instructions:
The sample in the docs exhibits this problem.
Version of affected browser(s),operating system(s), npm, node and ngrx:
ngrx v5.0.0, v5.0.1
Other information:
The text was updated successfully, but these errors were encountered: