You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/pages/docs/advanced/nextjs.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ export default function Editor() {
29
29
30
30
## Import as dynamic
31
31
32
-
In the same directory, create a new file called `DyanmicEditor.tsx`:
32
+
In the same directory, create a new file called `DynamicEditor.tsx`:
33
33
Here, we will use [Dynamic Imports](https://nextjs.org/docs/pages/building-your-application/optimizing/lazy-loading) to make sure BlockNote is only imported on the client-side.
34
34
35
35
You can import the component we just created above using `next/dynamic` in your page:
0 commit comments