vue-intersect
vue-intersect copied to clipboard
fixed: handle dynamically loaded components
Fixes errors like:
Argument 1 ('target') to IntersectionObserver.observe must be an instance of Element
TypeError: Failed to execute 'observe' on 'IntersectionObserver': parameter 1 is not of type 'Element'
Occurs because vNode.isComment is true during loading of dynamic component (no observable element yet available, only displayName = #comment)