Steps to reproduce:
- Start an example
- Check Button and CheckBox rendering
Expected results:
All components are rendered without duplicates
Current results:
Components were rendered twice (first sever, then client) but they are not merged and displayed as two different components
Additional information:
The issue is specific only to Inferno-based components (I recall only CheckBox and Button in our suite)
The issue is not related to the "ReferenceError: customElements is not defined" in the server console. We have a separate bug report for this.
If you place any component after Button and\or CheckBox, Angular throws the https://angular.dev/errors/NG0500 error and no component work on the page.