1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-11 09:43:58 +02:00

fix ssr prop mismatch (#4682)

* fix ssr prop mismatch

* added changeset
This commit is contained in:
Matthew Keil
2021-11-22 11:29:14 -05:00
committed by GitHub
parent 2523dc4f6e
commit e538065572
2 changed files with 27 additions and 3 deletions

View File

@@ -0,0 +1,12 @@
---
'slate-react': minor
---
Support SSR for autoCorrect, spellCheck and autoCapitalize.
Fixes prop mismatch between server and client.
Removes the need to add
<Editable
spellCheck={false}
autoCorrect="false"
autoCapitalize="false"
/>