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
{{ message }}
This repository was archived by the owner on Jun 20, 2023. It is now read-only.
The samePageRef method points to object references rather then making match by value.
Expected adjustment:
Steps to Reproduce
Create Aura component (A) for the standalone page (should be url addressable, implement flexipage:availableForAllPageTypes )
For component (A) write custom logic to open the modal window through overlayLib, dynamically instantiate another Aura component (B) and nest it into the modal body
Fire custom event via pubSub from component (B), and try to handle it in component (A)