tinymce / tinymce-react

Offical TinyMCE React component
MIT License
937 stars 152 forks source link

GPL usage not working #540

Closed tennox closed 2 weeks ago

tennox commented 2 weeks ago

What is the current behavior?

import { Editor as TinyMCE } from '@tinymce/tinymce-react';
<TinyMCE
          apiKey="gpl"

Devtools shows:

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/tinymce-react@3.5.0
tennox commented 2 weeks ago

Oops, nevermind - yarn upgrade --latest seemed to have worked, but it actually did not. :facepalm: latest version works fine - after you work around the barriers put in place :roll_eyes: :