Is there any options or key in useVirtualizer working like dependencies in useEffect?
this is my part of code.
I wanna let virtualizer to be rendered again when count is changed working like dependencies array in useEffect or useMemo ...etc. Is there any key to make it implement?
1 Reply
unwilling-turquoise•10mo ago
It should re-render when the count changes