'Editors with duplicate Id will not be able to mount' warning given when setting id on editor component
What is the current behavior?
If you set a specific ID on the editor component, it triggers the following warning : TinyMCE-Angular: an element with id already exists. Editors with duplicate Id will not be able to mount.
This is because the code checks for elements with an id that clashes, but it so happens that the editor component already is assigned this id.
What is the expected behavior?
No warning should be thrown.
I've been able to replicate here: https://codesandbox.io/p/sandbox/issue-374-2m5828.
Internal ref: INT-3299
This issue has been fixed in this PR https://github.com/tinymce/tinymce-angular/pull/392 therefore I'll close it :) If you spot any other issue feel free to report it to us. Thank you for submitting an issue around this!