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'm trying to use rxjs-jquery with requirejs. When you load jQuery via requirejs, it defines its module id as jquery. However, rxjs-jquery defines its dependency as jQuery. This can be worked around by adding to the require config, but it seems like it would be cleaner if rxjs-jquery just used the correctly cased module id (jquery) instead.
Thanks
The text was updated successfully, but these errors were encountered:
I'm trying to use
rxjs-jquery
withrequirejs
. When you loadjQuery
viarequirejs
, it defines its module id asjquery
. However,rxjs-jquery
defines its dependency asjQuery
. This can be worked around by adding to therequire
config, but it seems like it would be cleaner ifrxjs-jquery
just used the correctly cased module id (jquery
) instead.Thanks
The text was updated successfully, but these errors were encountered: