Thanks to visit codestin.com Credit goes to github.com
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 53e322c commit 3580d77Copy full SHA for 3580d77
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