I have a scenario where I need to know visible items vs overscan items. I cannot simply count based on the overscan I passed since I might be in the beginning/end of the list so, 0 / length -1 would still be visible...
Is there a way to add a prop/class to items rendered just for overscan?