-
Notifications
You must be signed in to change notification settings - Fork 3k
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
possible front-end bug #2301
Comments
Closing as dupe of #2177 . |
thank you will read the link; is there a good fix for this? I am not seeing it |
I am using TypeScript + Rxjsv5.0.1 + RequireJS, I solved this by using a shim in my RequireJS config 'shim': {
'rxjs':{
deps: ['tslib']
}
} tslib is library from TypeScript that apparently exports some global helper functions |
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. |
I am loading v 5.0.1 with RequireJS in the browser like so:
'rxjs': '//cdnjs.cloudflare.com/ajax/libs/rxjs/5.0.1/Rx'
I just added rxjs to my build, I get this error immediately when the page loads:
Here is my RequireJS config:
just wondering if you have seen this error before, seems problematic, since all I am doing is loading the script, doubt it's me/my code.
The text was updated successfully, but these errors were encountered: