Vincent Rubinetti
Vincent Rubinetti
It's a pretty niche use-case, but I kinda want this too. I have a world map projection, with countries grouped into big regions (like continents). Necessarily, sometime the regions will...
FYI you can specify the type of the player instance like: ```ts import YouTube from "react-youtube"; let player: ReturnType`; ``` or (after dev-installing `@types/youtube-player`): ```ts import type { YouTubePlayer }...
Per my [comment above](https://github.com/floating-ui/react-popper/issues/383#issuecomment-674548445), doctype fixes it. More of a strange consequence of browser quirks mode. However, @hejtmii may want to keep this open for his more specific problem?
Okay just going to reopen for @hejtmii's situation. @happylolonly you probably need to upload a minimal reproduction for yours so they can fix it.
Just a note here, Vue allows async watch functions. Though it also doesn't utilize any kind of watch "cleanup". There are definitely good use cases.
Safari is driving me absolutely crazy. Apparently, just to let people know, `ResizeObserver` doesn't seem to work on `` elements, at least of Version 16.4 (18615.1.26.110.1) On a webpage that...
As of Safari 17.2.1 it seems like ResizeObserver is working on SVGs.
Was about to create a new issue with the content below until I found this one. > One of the stated goals of Natural Earth is not to get bogged...
GitHub just added this nice little feature: So I can get rid of the "update readme" step in the `update-url` workflow. Currently, it's still needed, because it is a (bad)...
Cases like these are where I think caniuse falls short and needs more granularity. Like, there's a lot of permutations here: - CSS filters applied to SVG elements - SVG...