We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55b2014 commit 7eaa160Copy full SHA for 7eaa160
1 file changed
packages/iframe-plugin/src/useHtmlIframeProps.ts
@@ -38,7 +38,7 @@ export default function useHtmlIframeProps(
38
computeEmbeddedMaxWidth
39
} = useSharedProps();
40
const contentWidth = useContentWidth();
41
- const globalIframeConfig = useRendererProps('table');
+ const globalIframeConfig = useRendererProps('iframe');
42
const { onPress: onLinkPress } = useRendererProps('a');
43
const resolvedConfig = {
44
...defaultIframeConfig,
0 commit comments