Hello! Thanks for creating this library :)
Just wanted to note that display="initial" is part of the example in the README but in node_modules/react-iframe/types.d.ts, typescript will complain that the display attribute can only have "block" | "none" | "inline".
Hello! Thanks for creating this library :) Just wanted to note that
display="initial"
is part of the example in the README but innode_modules/react-iframe/types.d.ts
, typescript will complain that thedisplay
attribute can only have"block" | "none" | "inline"
.