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
Our Sentry is littered with thousands of errors on the parent application stating: Unhandled null is not an object (evaluating 'e.contentWindow.postMessage')
As far as we can tell, the parent and child are communicating with no issues (child has props passed from parent, and child calls oncomplete prop from parent and parent responds without issue).
We're not really sure how to dig into this but wondering if anyone else has seen this.
The text was updated successfully, but these errors were encountered:
Our Sentry is littered with thousands of errors on the parent application stating:
Unhandled null is not an object (evaluating 'e.contentWindow.postMessage')
As far as we can tell, the parent and child are communicating with no issues (child has props passed from parent, and child calls oncomplete prop from parent and parent responds without issue).
We're not really sure how to dig into this but wondering if anyone else has seen this.
The text was updated successfully, but these errors were encountered: