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

Must import from rxjs/index rather than rxjs in alpha.3 #3315

Closed
benlesh opened this issue Feb 13, 2018 · 1 comment · Fixed by #3316, GulajavaMinistudio/rxjs#101 or Xenira/Shashki#66
Closed

Comments

@benlesh
Copy link
Member

benlesh commented Feb 13, 2018

RxJS version: 6.0.0-alpha.3

Code to reproduce:

import { interval } from 'rxjs';

// vs

import { interval } from 'rxjs/index';

Expected behavior:

They should both be the same.

Actual behavior:

rxjs import comes from Rx.ts, which is currently incorrect.

Additional information:

I'm sure this is a silly configuration issue from 5.5 builds.

@lock
Copy link

lock bot commented Jun 6, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Jun 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.