You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if this is an expected limitation or a bug, or perhaps specific to my project, but I get an infinite loop that locks up the app when I place <IntersectionObserver> into an #each block:
I can't understand why the script is triggered only when the very last element id=3 is reached and puts the class "intersecting" on all 3 elements at once?
Not sure if this is an expected limitation or a bug, or perhaps specific to my project, but I get an infinite loop that locks up the app when I place
<IntersectionObserver>
into an#each
block:Related: #63
The text was updated successfully, but these errors were encountered: