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
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.
editor
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.
The text was updated successfully, but these errors were encountered:
I've been able to replicate here: https://codesandbox.io/p/sandbox/issue-374-2m5828.
Internal ref: INT-3299
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: