Spencer Small

Results 4 comments of Spencer Small

@Renzik At the top of dist/mapbox-gl-directions.js I included `var xhr = require('xhr2')`, then replaced the three or so XMLHttpRequests with `xhr`. This didn't work when I set the xhr2 constructor...

I'm having the same issue. Of course, when the download gets triggered a second (and third, fourth, etc.) time, the data gets loaded properly because it's been set to the...

``` export default function DownloadBtn() { const [csv, setCSV] = useState({ data: null, fileName: "" }); const csvLink = useRef(null); const exportToCsv = async (layer) => { const response =...