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
node_modules/rxjs/dist/types/internal/types.d.ts:261:42 - error TS2552: Cannot find name 'ReadableStream'. Did you mean 'ReadableStreamLike'?
261 export type ReadableStreamLike<T> = Pick<ReadableStream<T>, 'getReader'>;
I can get rid of this error by adding DOM to my tsconfig.compilerOptions.libs, but i'm in NodeJS environment, so i would prefer not to add it.
Expected behavior
No compilation error
Reproduction code
No response
Reproduction URL
No response
Version
8.0.0-alpha.10
Environment
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
After upgrading to [email protected] a get compilation error
I can get rid of this error by adding
DOM
to mytsconfig.compilerOptions.libs
, but i'm in NodeJS environment, so i would prefer not to add it.Expected behavior
No compilation error
Reproduction code
No response
Reproduction URL
No response
Version
8.0.0-alpha.10
Environment
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: