Skip to content
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

Fix fetching geojson when ES6 import is used to load the library #5763

Merged
merged 2 commits into from Jun 24, 2021

Conversation

archmoj
Copy link
Contributor

@archmoj archmoj commented Jun 23, 2021

Fixes #5753.

@plotly/plotly_js

package.json Outdated
@@ -65,7 +65,7 @@
]
},
"dependencies": {
"@plotly/d3": "^3.6.0",
"@plotly/d3": "git://github.com/plotly/d3.git#591467ae9c2939486ddeae4ed1bb0deca3d611f5",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Collaborator

@alexcjohnson alexcjohnson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💃 after updating to a new published version of @plotly/d3.

@archmoj archmoj merged commit 642f529 into master Jun 24, 2021
@archmoj archmoj deleted the d3-es6-xhr branch June 24, 2021 17:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error fetching geojson when ES6 import is used
2 participants