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
{{ message }}
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.
I get Error: Invalid arguments when i use
return Rx.Observable.of(null).delay(1500)......
When i use the original Rx, i have no error, when i use the extension i get this error...
I saw the original use number | Date while the rx-dom use 2 seperate function...
Any one know how to resolve this ?
I'm using nodejs, Typescript and types/rx-dom
The text was updated successfully, but these errors were encountered:
I get Error: Invalid arguments when i use
return Rx.Observable.of(null).delay(1500)......
When i use the original Rx, i have no error, when i use the extension i get this error...
I saw the original use number | Date while the rx-dom use 2 seperate function...
Any one know how to resolve this ?
I'm using nodejs, Typescript and types/rx-dom
The text was updated successfully, but these errors were encountered: