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
Issue #16 was closed and I cannot re-open despite the possibility that this is a real issue in d3-request.
import * as d3select from 'd3-selection';
import * as d3request from 'd3-request';
var mysvg = d3select.select("#mysvg"); //works
var request = d3request.xml('assets/emojis/laughing.svg'); //doesnt work
Sorry, but this is an issue with your bundler, and not this library. Unfortunately I am not familiar with Ionic and cannot advise you on correct usage. Please try Stack Overflow or a forum with familiarity with Ionic.
Since d3-selection works just fine I don't believe it to be problem with my usage.
I have tried stackoverflow and have an open bounty for 100 on this question that's been open for 3 days.
Issue #16 was closed and I cannot re-open despite the possibility that this is a real issue in d3-request.
Why would d3-select work correctly and d3-request loading from UMD module?
I'm using the standard ionic bundler via rollup https://github.com/driftyco/ionic-app-scripts/blob/master/config/rollup.config.js
My package.json is consistent between the 2 packages, which leads me to believe the problem is in d3-request:
"dependencies": {
"d3-request": "^1.0.2",
"d3-selection": "^1.0.2",
...
},
"devDependencies": {
"typescript": "^2.0.3",
"@types/d3-request": "^1.0.1",
"@types/d3-selection": "^1.0.5",
"@ionic/app-scripts": "latest"
},
The text was updated successfully, but these errors were encountered: