Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for type error in draggable.tsx #11

Closed
wants to merge 1 commit into from
Closed

Conversation

hkkvo
Copy link

@hkkvo hkkvo commented Aug 5, 2024

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)'.

Fix for below type error

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

vercel bot commented Aug 5, 2024

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
Copy link
Member

zbeyens commented Aug 5, 2024

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

@zbeyens zbeyens closed this Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants