Evert Bouw
Evert Bouw
In Firefox 47/48 if you try to drag and drop a file from windows explorer into the example page you will see "Error: Cannot call hover while not dragging." in...
I'm targeting Safari 13.1 and I'm not getting a warning for `addEventListener` on `MediaQueryList` ```js window.matchMedia('prefers-color-scheme: dark').addEventListener("change", () => {}); ``` It's only supported from Safari 14 and up: https://caniuse.com/mdn-api_mediaquerylist_eventtarget_inheritance
I thought I was running into this problem https://github.com/laravel/vite-plugin/issues/152 but it was happening in prod builds, so none of the suggestions worked. I traced where the watchers were coming from...