Skip to content

Commit

Permalink
fix: react frame types
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed May 18, 2021
1 parent 66e958c commit 4c559d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/blocks/src/Story/StoryRender.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const IframeWrapper: FC<IframeWrapperProps> = ({
`,
}) => {
const [size, setSize] = useState<
{ height: number; width: number } | undefined
{ height?: number; width?: number } | undefined
>();
return (
<Iframe
Expand Down

0 comments on commit 4c559d3

Please sign in to comment.