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
Current Behavior
When creating a new Sandbox on codesandbox.io, while using the latest Vanilla TS template (which uses [email protected]) I'm unable to import anything from rxjs because I get the following error:
Cannot find module 'rxjs' or its corresponding type declarations.ts(2307)
I guess that there must be a setting on the tsconfig that needs to be setup, but I can't find any mention to that on the docs of the breaking changes.
Bug Report
Current Behavior
When creating a new Sandbox on codesandbox.io, while using the latest Vanilla TS template (which uses
[email protected]
) I'm unable to import anything fromrxjs
because I get the following error:I guess that there must be a setting on the tsconfig that needs to be setup, but I can't find any mention to that on the docs of the breaking changes.
Reproduction
https://codesandbox.io/s/dawn-glitter-s1rdb?file=/src/index.ts
Environment
Additional context/Screenshots
[email protected]
doesn't have this issue.The text was updated successfully, but these errors were encountered: