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

Can't build with rxjs #216

Closed
deanrad opened this issue May 21, 2018 · 2 comments
Closed

Can't build with rxjs #216

deanrad opened this issue May 21, 2018 · 2 comments

Comments

@deanrad
Copy link

deanrad commented May 21, 2018

It might be due to source in my project, but this error that seems to come from inside of RxJS

> tsc --module commonjs && rollup -c rollup.config.ts && typedoc --out docs --target es6 --theme minimal --mode file src
node_modules/rxjs/scheduler/VirtualTimeScheduler.d.ts(24,15): error TS2416: Property 'work' in type 'VirtualAction<T>' is not assignable to the same property in base type 'AsyncAction<T>'.
  Type '(this: VirtualAction<T>, state?: T | undefined) => void' is not assignable to type '(this: AsyncAction<T>, state?: T | undefined) => void'.
    The 'this' types of each signature are incompatible.
      Type 'AsyncAction<T>' is not assignable to type 'VirtualAction<T>'.
        Property 'index' is missing in type 'AsyncAction<T>'.
@devpeerapong
Copy link
Contributor

did you try the solution in ReactiveX/rxjs#3031

@deanrad
Copy link
Author

deanrad commented May 28, 2018

Yes, that fixed it!

@deanrad deanrad closed this as completed May 28, 2018
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