Ismaestro / ngx-scroll-to-first-invalid

Directive to scroll to first invalid form control inside an Angular form on submit

Home Page:https://ismaestro.github.io/ngx-scroll-to-first-invalid/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not working with Angular 10

KyleDangerWard-ur opened this issue · comments

Ran into conflicts while upgrading my project to Angular 10. I have the latest version of Ismaestro/ngx-scroll-to-first-invalid-- v3.0.0. Oddly, no conflicts were reported on upgrading to Angular 9, even though the requirement seems to be frozen at Angular 8.

Command:
ng update @angular/core@10 @angular/cli@10

Response:

Package "@ismaestro/ngx-scroll-to-first-invalid" has an incompatible peer dependency to "@angular/common" (requires "6.x || 7.x || 8.x" (extended), would install "10.2.4").
Package "@ismaestro/ngx-scroll-to-first-invalid" has an incompatible peer dependency to "@angular/core" (requires "6.x || 7.x || 8.x" (extended), would install "10.2.4").