Skip to content

Commit

Permalink
docs: update getting-started.md (#633)
Browse files Browse the repository at this point in the history
  • Loading branch information
iddogino authored Nov 13, 2024
1 parent 083080a commit d85867c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ export default function InitializedMDXEditor({
```tsx
'use client'
// ForwardRefEditor.tsx
import dynamic from 'next/dynamic'
import { forwardRef } from "react"

// This is the only place InitializedMDXEditor is imported directly.
const Editor = dynamic(() => import('./InitializedMDXEditor'), {
Expand Down

0 comments on commit d85867c

Please sign in to comment.