mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-04-22 06:12:06 +02:00
* Fix `setNodes()` props argument type Because Typescript can know which type of nodes we are modifying thanks to the `T` inferred from `match` function, it can also properly narrow down the `props` argument type. * Fix TS errors in examples * Add a changeset