Skip to content

Commit a27ddd7

Browse files
committed
Fix ref
1 parent 5693b6d commit a27ddd7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

browser/components/MarkdownPreview.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1226,4 +1226,9 @@ MarkdownPreview.propTypes = {
12261226
breaks: PropTypes.bool
12271227
}
12281228

1229-
export default connect()(MarkdownPreview)
1229+
export default connect(
1230+
null,
1231+
null,
1232+
null,
1233+
{ forwardRef: true }
1234+
)(MarkdownPreview)

0 commit comments

Comments
 (0)