1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-30 18:39:51 +02:00

Do not try to batch updates in React >= 18 (#5460)

* Do not try to batch updates in React >= 18

* Linter fixes

* Add changeset
This commit is contained in:
Joe Anderson
2023-06-21 19:09:32 +01:00
committed by GitHub
parent 4b8ba512e7
commit 53395449e5
4 changed files with 19 additions and 8 deletions

View File

@@ -0,0 +1,5 @@
---
'slate-react': patch
---
Do not attempt to batch updates manually in React >= 18