Kacper
Results
1
comments of
Kacper
I came up with this hacky solution, it's kind of similar to Koen's. ```ts const useSelectInteractionFix = (selectors: string) => { const timeoutRef = useRef(); const root = document.querySelector(selectors); if...