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
When trying to import anything in RxJS 7, in some environments, in particular, stackblitz.com and codesandbox.io, the "rxjs" module does not seem to resolve. It worked fine with [email protected], but not with [email protected]. I suspect the references and the typesVersions addition are to blame. What a mess.
It seems to work fine in most other "real world" environments, from my testing though.
Issue:
When trying to import anything in RxJS 7, in some environments, in particular, stackblitz.com and codesandbox.io, the
"rxjs"
module does not seem to resolve. It worked fine with[email protected]
, but not with[email protected]
. I suspect the references and thetypesVersions
addition are to blame. What a mess.It seems to work fine in most other "real world" environments, from my testing though.
Broken codesandbox
Broken stackblitz
Behavior:
Error message:
Cannot find module 'rxjs' or its corresponding type declarations.(2307)
Solution: rxjs@7 requires TypeScript 4.2 or higher please update TypeScript.
The text was updated successfully, but these errors were encountered: