diff --git a/src/App.tsx b/src/App.tsx index a40d80d..baafb3c 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -47,6 +47,7 @@ export default function App() { ); const handlePublish = async (data: any, route?: { key: string }) => { + console.log("PUBLISH", { data, route: route?.key }); if (typeof window !== "undefined" && window.parent !== window) { window.parent.postMessage( { type: "PUBLISH", data: { data, route: route?.key } },