You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(formly): link error messages to custom controls
The automatic linking by the `si-form-item` does not work
due to broken dependency injection.
So we must link it ourselves.
In the long run, we should stop using the `si-form-item`
in `si-formly`.