I have a reusable element that is not visible on page load so its my understanding that nothing from that reusable element should be loaded until it is set to “visible,” right?
The reusable has an html element inside that technically would interfere with other html elements on my page if it WERE loaded.
However, the reusable element is not loaded and yet it still is affecting other html elements on my page.
How is this happening or what am I not understanding?