Skip to content

Commit

Permalink
fix: removed ref prop from Puck component iframe config
Browse files Browse the repository at this point in the history
  • Loading branch information
IMythx committed Oct 11, 2024
1 parent baa5218 commit aa72d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/components/Puck/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export function Puck<
headerTitle?: string;
headerPath?: string;
viewports?: Viewports;
iframe?: IframeConfig;
iframe?: Omit<IframeConfig, "ref">;
dnd?: {
disableAutoScroll?: boolean;
};
Expand Down

0 comments on commit aa72d7e

Please sign in to comment.