We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
import { Editor as TinyMCE } from '@tinymce/tinymce-react'; <TinyMCE apiKey="gpl"
Devtools shows:
https://cdn.tiny.cloud/1/gpl/tinymce/5/tinymce.min.js
https://cdn.tiny.cloud/1/gpl/tinymce/5.10.9-138/tinymce.min.js
https://cdn.tiny.cloud/1/invalid-api-key/tinymce/5.10.9-138/tinymce.min.js
Codesandbox
What is the expected behavior? Allow usage of GPL variant
Which versions of TinyMCE, and which browser / OS are affected by this issue? Did this work in previous versions of TinyMCE or tinymce-react?
tinymce-react
@tinymce/tinymce-react@3.5.0
The text was updated successfully, but these errors were encountered:
Oops, nevermind - yarn upgrade --latest seemed to have worked, but it actually did not. 🤦 latest version works fine - after you work around the barriers put in place 🙄 :
yarn upgrade --latest
Sorry, something went wrong.
No branches or pull requests
What is the current behavior?
Devtools shows:
https://cdn.tiny.cloud/1/gpl/tinymce/5/tinymce.min.js
https://cdn.tiny.cloud/1/gpl/tinymce/5.10.9-138/tinymce.min.js
https://cdn.tiny.cloud/1/invalid-api-key/tinymce/5.10.9-138/tinymce.min.js
Codesandbox
What is the expected behavior?
Allow usage of GPL variant
Which versions of TinyMCE, and which browser / OS are affected by this issue? Did this work in previous versions of TinyMCE or
tinymce-react
?The text was updated successfully, but these errors were encountered: