We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e89989e commit 183ce10Copy full SHA for 183ce10
1 file changed
apps/dashboard/src/components/commands/create-dashboard/dashboard-sandbox-host.tsx
@@ -430,6 +430,7 @@ export const DashboardSandboxHost = memo(function DashboardSandboxHost({
430
return;
431
}
432
if (!iframeRef.current?.contentWindow || event.source !== iframeRef.current.contentWindow) {
433
+ console.warn("Unknown iframe source; rejecting message", event);
434
435
436
if (event.origin !== "null") {
0 commit comments