We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0730b5e commit d7bdd91Copy full SHA for d7bdd91
src/editors/containers/TextEditor/index.jsx
@@ -78,7 +78,7 @@ const TextEditor = ({
78
>
79
<div className="editor-body h-75 overflow-auto">
80
<Toast show={blockFailed} onClose={hooks.nullMethod}>
81
- <FormattedMessage {...messages.couldNotLoadTextContext} />
+ { intl.formatMessage(messages.couldNotLoadTextContext) }
82
</Toast>
83
84
{(!blockFinished)
0 commit comments