Robert Komaromi
Robert Komaromi
Thanks for looking into this @NekR. I tried placing `offline-plugin` last but still got errors. When I run this with webpack-dashboard (`webpack-dashboard -- webpack-dev-server`) I still got an error and...
So it appears this is a "bug" with the documentation (and me not looking at the actual props interface). The docs at https://docs.dndkit.com/api-documentation/draggable/drag-overlay#drop-animation mention the `duration` and `easing` properties of...
Fantastic! This would solve my other issue (which you linked) as well, thanks 😃
@rhys-vdw The controller is set up correctly, I redacted the details of the controller and made a mistake with the nesting when writing it here, thanks for catching that! But...
Thanks @NeroBurner!
I ran into this problem today, this is indeed a bug with the library. According to Microsoft article [Detecting Microsoft Edge from your website](https://learn.microsoft.com/en-us/microsoft-edge/web-platform/user-agent-guidance#microsoft-edge-legacy), Microsoft Edge Legacy was only available...
> Reproduction sandbox is using 2.0.0 version. With latest (2.1.11) there is no 1-23 issue. Ok, good to know! I'm running `2.1.11` in my app and wasn't seeing this error...
Same issue as above for me ☝️ `vue-tsc` was broken and I had to update TS from `5.1.6` to `5.4.5` to fix it; there was no indication or mention of...
I'm running into this as well. Things are set up correctly, the icons are working, but WebStorm is giving me the `Cannot resolve directory ~icons` error as well. However, `npm...
Whoops, I thought I was replying to another issue - I removed my comment. I never resolved the issue. I ended up building a different component and not using radio...