Skip to content

Commit

Permalink
Fix ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Rokt33r committed Mar 3, 2020
1 parent 5693b6d commit a27ddd7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion browser/components/MarkdownPreview.js
Original file line number Diff line number Diff line change
Expand Up @@ -1226,4 +1226,9 @@ MarkdownPreview.propTypes = {
breaks: PropTypes.bool
}

export default connect()(MarkdownPreview)
export default connect(
null,
null,
null,
{ forwardRef: true }
)(MarkdownPreview)

0 comments on commit a27ddd7

Please sign in to comment.