Spencer Small
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...
+1 need this merged!
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 =...
I was able to come up with a workaround for my specific usecase using the onMove VueFlow hook: ``` onMove((event) => { const stepElement = document.querySelectorAll('[data-popper-placement]')?.[0]; const viewportTransform = event.flowTransform;...
Would love to see the sentry integration released!
Also having this issue in Nuxt 3!
I see now that this is from using `focusTrap` in the step component. In my opinion, this should be turned off if `preventOverlayInteraction` is false.
Bump on this.
I have a related ask - is it possible to have only certain rows be expandable? Being able to style (and hide) the expand icon conditional on the row as...