udecode / plate-playground-template

A Next.js 15 template with Plate AI, plugins and components.
https://playground.platejs.org
MIT License
65 stars 26 forks source link

Fix for type error in draggable.tsx #11

Closed hkkvo closed 3 months ago

hkkvo commented 3 months ago

Fix for below type error

Type 'ConnectDragSource' is not assignable to type 'LegacyRef | undefined'. Type 'ConnectDragSource' is not assignable to type '(instance: HTMLDivElement | null) => void | (() => VoidOrUndefinedOnly)'.

vercel[bot] commented 3 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
plate-playground-template ❌ Failed (Inspect) Aug 5, 2024 3:08am
zbeyens commented 3 months ago

Thanks for the PR! Please open it in https://github.com/udecode/plate templates folder since we maintain it there.