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:
12
.changeset/strong-jeans-train.md
Normal file
12
.changeset/strong-jeans-train.md
Normal 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"
|
||||
/>
|
Reference in New Issue
Block a user