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
The rxjs-no-ignored-subscribe rule effects failures on Windows, but not on Linux. The crux of the problem is that in isType, type.symbol is falsy, so no comparison can be made.
With imports like this:
The
rxjs-no-ignored-subscribe
rule effects failures on Windows, but not on Linux. The crux of the problem is that inisType
,type.symbol
is falsy, so no comparison can be made.With imports like this:
The behaviour is the same on both operating systems and the rule effects errors.
Why this is the case is a mystery, for the moment.
The text was updated successfully, but these errors were encountered: