Skip to content

Commit

Permalink
fix: pass rest of props to iframe
Browse files Browse the repository at this point in the history
that's necessry for styling the component properly
  • Loading branch information
Kikobeats committed Dec 29, 2019
1 parent 39cba93 commit c4d87f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ function Microlink (props) {
<div
className={classNames.iframe}
dangerouslySetInnerHTML={{ __html: iframeMedia.html }}
{...restProps}
/>
)
}
Expand Down

0 comments on commit c4d87f3

Please sign in to comment.