Skip to content

Commit 3b2d175

Browse files
joefatoraFezVrasta
authored andcommitted
fix: replace object with iframe (#28)
1 parent 8215549 commit 3b2d175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResizeListener.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export default ({
2626
useOnResize(ref, () => onResize(ref));
2727

2828
return (
29-
<object
29+
<iframe
3030
type="text/html"
3131
style={style}
3232
data="about:blank"

0 commit comments

Comments
 (0)