1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-07-31 04:20:26 +02:00

Updates outdated TypeScript link in first walkthrough document (#4197)

This commit is contained in:
Scott Grant
2021-04-13 11:04:45 -04:00
committed by GitHub
parent ea6dc08913
commit b9f07af5ac

View File

@@ -47,7 +47,7 @@ const App = () => {
Of course we haven't rendered anything, so you won't see any changes. Of course we haven't rendered anything, so you won't see any changes.
> If you are using TypeScript, you will also need to extend the `Editor` with `ReactEditor` as per the documentation on [TypeScript](../concepts/11-typescript/README.md). The example below also includes the custom types required for the rest of this example. > If you are using TypeScript, you will also need to extend the `Editor` with `ReactEditor` as per the documentation on [TypeScript](../concepts/12-typescript.md). The example below also includes the custom types required for the rest of this example.
```typescript ```typescript
// TypeScript Users only add this code // TypeScript Users only add this code