-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Failed to execute 'postMessage' on 'DOMWindow' #31
Comments
@ahkhanjani Are you able to provide the full call stack for this error? Ideally you can pinpoint the exact location of the |
@Regaddi Here's the full call stack:
I believe everything after callFrame.once("loaded", () => setInitialConfigApplied(true)); I commented that line and now this line is specified: callFrame.on("left-meeting", () => { ... }); This line that comes before them does not throw an error: void callFrame.join({ ... }); So But by removing both
It appears to be an internal problem. |
Hey @Regaddi, Any updates on this? Since this is preventing me from using the new hook in production. |
Hey @ahkhanjani, I haven't been able to reproduce the issue myself. I think this is fairly related to daily-co/daily-js#241, but couldn't confirm, yet. Thanks in advance and apologies for the delay here! |
Closing for now as it's probably some other library causing this. If the issue still remains after getting rid of the suspects I will let you know. Thanks again @Regaddi. |
Using
useCallFrame
, I get this error in the console:Using an error boundary, the call frame doesn't render. But without it, everything works just fine. I'm not sure what the issue can be.
I'm wrapping my call with
<DailyProvider>
and passing the call frame object ascallObject
.The text was updated successfully, but these errors were encountered: