fix(deps): update dependency slate-react to v0.95.0 (#3065)

* fix(deps): update dependency slate-react to v0.95.0

* fix: slate requires prop name change

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Gabe Kangas <gabek@real-ity.com>
This commit is contained in:
renovate[bot]
2023-06-02 11:44:44 -07:00
committed by GitHub
parent b443900cdb
commit a4f984e7d1
3 changed files with 6 additions and 6 deletions

View File

@@ -248,7 +248,7 @@ export const ChatTextField: FC<ChatTextFieldProps> = ({ defaultText, enabled, fo
characterCount >= characterLimit && styles.maxCharacters,
)}
>
<Slate editor={editor} value={defaultEditorValue}>
<Slate editor={editor} initialValue={defaultEditorValue}>
<Editable
className="chat-text-input"
onKeyDown={onKeyDown}