We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86a923e commit 21aab03Copy full SHA for 21aab03
readme.md
@@ -62,7 +62,7 @@ createRoot(root).render(<App />)
62
You can opt-out by enabling strict mode in `SlateView`, or `useSlateToReact`, or `transformNodes` options.
63
When enabled, `NodeNoIdFieldError` will be thrown if any node without the `id` field is encountered.
64
65
-2. Use can use `slate-to-react` with React Server Components too. For that use `transformNodes` function directly:
+2. You can use `slate-to-react` with React Server Components too. For that use `transformNodes` function directly:
66
67
```ts
68
import type {FC} from "react"
0 commit comments