I’m getting an error TypeError: hostRef.$hostElement$.attachInternals is not a function
from ix-input when I’m running jest tests.
Bellow is my usage right now:
<ix-input #runAs type="text" [formControl]="runAsControl" placeholder="Z0000000" value="{{ preferences.runAs }}" />
The error:
If change from ‘ix-input’ to simply ‘input’, everything works and the test passes without any warnings.