hoaiduyit/react-pannellum

Blocking scroll

Opened this issue · 1 comments

Hi, I'm loading the component when the scroll reaches some point of the page, so I always get a warning:
image
But my scroll event is already in the passive mode, so I assumed that to load the 360 component the main thread is being blocked and this not good at all for performance and UX.

What do you think about that? (PS: Awesome component by the way!)

Hi @Caique-Sousa,
I will check this and find out what I can do.
Thanks for your report.