Sikriti Dakua

Results 1 comments of Sikriti Dakua

I fixed this issue by updating the dependency array inside the `Select` Component. ```tsx export function Select({ enabled = false, children, ...props }: SelectApi) { const group = useRef(null!); const...