Skip to content

Commit

Permalink
Add forwardRef to the CompanionWindow container
Browse files Browse the repository at this point in the history
Fixes #4075
  • Loading branch information
cbeer authored Jan 15, 2025
1 parent 40f05d2 commit 04f4763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/CompanionWindow.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const mapDispatchToProps = (dispatch, { windowId, id }) => ({
});

const enhance = compose(
connect(mapStateToProps, mapDispatchToProps),
connect(mapStateToProps, mapDispatchToProps, null, { forwardRef: true }),
withPlugins('CompanionWindow'),
);

Expand Down

0 comments on commit 04f4763

Please sign in to comment.