Yicong-Huang opened a new issue, #5974: URL: https://github.com/apache/texera/issues/5974
`FormlyRepeatDndComponent` is a Formly custom field type, registered as `repeat-section-dnd` in `formly-config.ts` and instantiated dynamically by Formly at runtime. Its selector `texera-formly-repeat-section-dnd` never appears in any template. Several standalone components still list it in their `imports` array, so the Angular compiler emits one `NG8113: FormlyRepeatDndComponent is not used within the template` warning per component. Remove the redundant import from the affected components. The class stays bundled and registered via `formly-config.ts`, so Formly can still render it at runtime. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
