1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-19 05:31:56 +02:00

feat(normalize-node): Adding children field to prevent erronous nodes from breaking notebooks. (#5620)

* FEAT: Adding children array to erronous node to prevent various `children undefined` errors

* CHORE: Adding changeset
This commit is contained in:
John Costa
2024-04-02 00:19:54 +01:00
committed by GitHub
parent e71e6ce247
commit 4470f37057
2 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
'slate': patch
---
Making `normalizeNode` capable of normalizing erronous nodes, making slate more resilient.