Skip to content

Commit cd139d2

Browse files
committed
docs: react 19 strict mode note
1 parent c66118d commit cd139d2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/pages/docs/advanced/nextjs.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,14 @@ function App() {
5959
}
6060
```
6161

62+
## React 19 / Next 15 StrictMode
63+
64+
BlockNote is not yet compatible with React 19 / Next 15 StrictMode. For now, disable StrictMode in your `next.config.ts`:
65+
66+
```typescript
67+
...
68+
reactStrictMode: false,
69+
...
70+
```
71+
6272
This should resolve any issues you might run into when embedding BlockNote in your Next.js React app!

0 commit comments

Comments
 (0)