fix(core): don't pass ref to react-polyglot 'translate' function component (#2607)
This commit is contained in:
parent
bab180890e
commit
5b64e25d07
@ -329,7 +329,7 @@ const ConnectedEditorControl = connect(
|
||||
mapStateToProps,
|
||||
mapDispatchToProps,
|
||||
null,
|
||||
{ withRef: true },
|
||||
{ withRef: false },
|
||||
)(translate()(EditorControl));
|
||||
|
||||
export default ConnectedEditorControl;
|
||||
|
Loading…
x
Reference in New Issue
Block a user