I created a component in Page 1. This component contains interactions to open overlays on click. Running the prototype in Page 1 shows the overlays working just fine.
Now in Page 2, I created an instance of that same component. Running the prototype on Page 2 does not enable interaction with the overlays defined in the component: Overlays don’t show up, and clicking in white space doesn’t highlight the overlay hot spots in blue. Other interactions in Page 2 work fine. Inspecting the hot spot items in the component instance in Page 2 does show that they are set up with the expected interaction settings.
Am I doing something wrong here? Is it even allowed to use overlays across pages like this? If not, would it be possible to add that capability, please?