Replies: 1 comment
-
|
You are welcome to submit a PR with a fix |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The title props I pass to
RichTextEditorcomponents doesn't work. I can see what the issue is. The props I manually set is overridden by the linetitle={_label}. One can check it here.The solution is either
title={props.title || _label}or spreading the props in the last line. If there's any other solution, please let me know.Let me know if one of the above-mentioned is correct. I can send a PR.
Beta Was this translation helpful? Give feedback.
All reactions