Skip to content

Commit

Permalink
Merge pull request #3580 from TyMick/NodeIdPlugin
Browse files Browse the repository at this point in the history
Fix `NodeIdPlugin` name in Drag & Drop docs
  • Loading branch information
zbeyens authored Sep 25, 2024
2 parents 822be09 + 5e2e7c4 commit 98163e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/www/content/docs/dnd.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ npm install @udecode/plate-dnd @udecode/plate-node-id react-dnd react-dnd-html5-

```tsx
import { DndPlugin } from '@udecode/plate-dnd';
import { NodeId } from '@udecode/plate-node-id';
import { NodeIdPlugin } from '@udecode/plate-node-id';

const plugins = [
// ...otherPlugins,
NodeId,
NodeIdPlugin,
DndPlugin,
];
```
Expand Down

0 comments on commit 98163e1

Please sign in to comment.