-
Notifications
You must be signed in to change notification settings - Fork 33
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
Map not loading #185
Comments
Without seeing your specific code and the context in which the error occurs, it's challenging to provide a more specific solution. Make sure that you have bundled all the dependencies packages correctly in your production code. Check if there are any environmental differences that might be causing the error. Use browser development tools to inspect the error in the production environment. This can help to pinpoint the exact location and what is undefined. |
|
Hi @yulinscottkang , "azure-maps-control": "^3.0.3", The above are the dependency versions that i have |
@sunallam, can you let me know which minifier is being used and share the configurations for the minifier? |
I have the same issue with version "azure-maps-control": "^3.1.2", |
See #193 (comment) for solution. |
Have installed azure-maps-control npm package
This run perfectly on my localhost, but when same code deployed on prod
it gives error:
Uncaught ReferenceError: b is not defined
error in blob files JS
The text was updated successfully, but these errors were encountered: