Hi,
I have a problem with kentico cloud implemented with angular framework. When rich text field has a links (simple link, that doesn't have data-item-id property) that throws an exceptions in browser developer tools.
ERROR Error: "Parsing HTML failed:Error: HTML node is invalid. Reason: missing 'data-item-id' attribute"
resolveRichTextField browser-rich-text.parser.js:25
resolveHtml rich-text.resolver.js:20
resolveHtml field.mapper.js:153
getHtml fields.js:108
ngOnInit insight-detail.component.ts:29
RxJS 23
Angular 8
Is there a way to resolve it?