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 has been 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)
The text was updated successfully, but these errors were encountered:
I'm using this with LWCs (i.e. not Aura components) and both pageRefs don't always have attributes either. I created a workaround where I added the recordId as a payload prop and compared it recordId of the receiving component.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello
The
samePageRef
method points to object references rather then making match by value.Expected adjustment:
Steps to Reproduce
flexipage:availableForAllPageTypes
)overlayLib
, dynamically instantiate another Aura component (B) and nest it into the modal bodypubSub
from component (B), and try to handle it in component (A)The text was updated successfully, but these errors were encountered: