-
Notifications
You must be signed in to change notification settings - Fork 396
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
RactiveJS causes issues with ESRI Dojo JSAPI library. #1093
Comments
Error message? |
Looks like AMD issue ( |
That actually seems to work: http://jsbin.com/micoc/1/edit. :facepalm emoji: |
That did it. |
Now as long as you don't have to add a 3rd AMD library 🙈 |
ha! |
Yeah, looks like ArcGIS bundles an AMD module loader and leaves it lying around on the page to nuke everyone else's stuff! AFAICT this is equivalent to the Mismatched anonymous define module message you'd get if you put RequireJS on the page then subsequently loaded a library with a Is there a place to file that as an ArcGIS bug? I'll close this issue, since there's nothing Ractive could really be doing differently in this situation (note that it will still register itself as |
I couldn't find a place to file the bug. I found there product engineer on twitter and pointed him to this issue. https://twitter.com/derekswingley |
Here's a solution to a related problem with Angular Esri/angular-esri-map#38 (comment) |
For some reason adding RactiveJS with ESRI's Dojo JSAPI library causes an error in the JSAPI library.
Just adding these 2 script tags causes an error.
ESRI's JSAPI home page.
https://developers.arcgis.com/javascript/
The text was updated successfully, but these errors were encountered: