-
Notifications
You must be signed in to change notification settings - Fork 101
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
data prop is not available for ckeditor #567
Milestone
Comments
I'm getting the same error after upgrading to React v19. Has anybody figured out a solution or workaround? |
@Mati365 I think you tested that in the past. Any ideas? |
@Witoso I'll check that. |
Looks like Next.js struggles with resolving |
Mati365
added a commit
that referenced
this issue
Feb 4, 2025
Fix: data prop is no longer unavailable in Next.js related integrations. Closes #567 Other: Remove prop-types from dependencies of package.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Code:
Problem:
data is not assignable to type
IntrinsicAttributes & IntrinsicClassAttributes<CKEditor> & Readonly<Props>
Property data does not exist on type
IntrinsicAttributes & IntrinsicClassAttributes<CKEditor> & Readonly<Props>
Versions:
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2"
"next": "15.1.3",
"@ckeditor/ckeditor5-react": "^9.4.0",
"ckeditor5": "^44.1.0",
The text was updated successfully, but these errors were encountered: