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
Overload 1 of 3, '(output: never): never', gave the following error.
Argument of type 'string' is not assignable to parameter of type 'never'.
Overload 2 of 3, '(output: never): Observable<unknown>', gave the following error.
Argument of type 'string' is not assignable to parameter of type 'never'.
Overload 3 of 3, '(output: never): OutputEmitterRef<unknown>', gave the following error.
Argument of type 'string' is not assignable to parameter of type 'never'.
Please provide the environment you discovered this bug in
Angular 18.2
Spectator 19.3
Anything else?
No response
Do you want to create a pull request?
No
The text was updated successfully, but these errors were encountered:
Is this a regression?
Yes
Description
ReplaySubjects as Output, results in compile errors.
component.ts
component.spec.ts
probably introduced with
#671
Please provide a link to a minimal reproduction of the bug
https://stackblitz.com/edit/stackblitz-starters-abj1gksv?file=src%2Fmain.spec.ts
Please provide the exception or error you saw
Please provide the environment you discovered this bug in
Anything else?
No response
Do you want to create a pull request?
No
The text was updated successfully, but these errors were encountered: