This is my react typescript code.
slidesRefs returns empty array in onResize() function even though it shows the result in console.
because it takes time to fill that array, I think.
How to solve this? I wanna get the filled array(not filled with null).
please help me