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
I think the scope of this fix should just be to supply a useful error message such as "Non-serializable modal context not supported".
If I attempt to pass a function to the modal context, I get the error: DOMException: Failed to execute 'postMessage' on 'Window': function () { } could not be cloned.
I think the scope of this fix should just be to supply a useful error message such as "Non-serializable modal context not supported".
If I attempt to pass a function to the modal context, I get the error:
DOMException: Failed to execute 'postMessage' on 'Window': function () { } could not be cloned.
Example code:
The text was updated successfully, but these errors were encountered: