-
Notifications
You must be signed in to change notification settings - Fork 158
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
Support React v19 #566
Comments
when this support react 19 bug resolved??? |
#564 should fix the warnings |
It's incredible that for a year tinymce still haven't added support for React 19 |
How can it be used? Bumped into this problem today. |
You can use this workaround patch in your package.json "overrides": {
"@tinymce/tinymce-react": {
"react": "$react",
"react-dom": "$react-dom"
}
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can this package be updated to support React v19.0.0 please?
on yarn check with React v19.0.0, I get the following error:
error "@tinymce/tinymce-react##react@^18.0.0 || ^17.0.1 || ^16.7.0" doesn't satisfy found match of "[email protected]"
Version: @tinymce/tinymce-react": "^5.1.1
The text was updated successfully, but these errors were encountered: