Question:
With cleanId enabled, should we check both script and script-export similar to match the js code generator logic in the html custom attributes function?
Here is the reference to ths jsGenerator. I think the getHtml code with cleanId might be have a chance to lost the id during export depending on the component's configuration.
Potential STR:
A component with script-export defined and script is empty
Without explicitly setting the id in the component attribute
Call editor.getHtml({cleanId: true})
Question: With cleanId enabled, should we check both script and script-export similar to match the js code generator logic in the html custom attributes function?
Here is the reference to ths jsGenerator. I think the getHtml code with cleanId might be have a chance to lost the id during export depending on the component's configuration.
Potential STR: A component with script-export defined and script is empty Without explicitly setting the id in the component attribute Call
editor.getHtml({cleanId: true})