Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Codesandbox: "Cannot find module 'rxjs'" #6320

Closed
josepot opened this issue May 2, 2021 · 2 comments
Closed

Codesandbox: "Cannot find module 'rxjs'" #6320

josepot opened this issue May 2, 2021 · 2 comments

Comments

@josepot
Copy link
Contributor

josepot commented May 2, 2021

Bug Report

Current Behavior
When creating a new Sandbox on codesandbox.io, while using the latest Vanilla TS template (which uses typescript@4.2.3) 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.

Reproduction

https://codesandbox.io/s/dawn-glitter-s1rdb?file=/src/index.ts

Environment

  • RxJS version: 7.0.0

Additional context/Screenshots

rxjs@7.0.0-rc.3 doesn't have this issue.

@cartant
Copy link
Collaborator

cartant commented May 2, 2021

I guess that there must be a setting on the tsconfig that needs to be setup

If 7.0.0-rc.3 doesn't have the problem, I doubt it.

7.0.0-rc.3...7.0.0

My bet is that it's another problem that relates to: #6276

@josepot
Copy link
Contributor Author

josepot commented May 4, 2021

I'm closing this, because it's the same as #6350

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants