angular-shepherd icon indicating copy to clipboard operation
angular-shepherd copied to clipboard

Angular Shepard fails on the latest version of Angular 19.2.10

Open kav-viasat opened this issue 8 months ago • 0 comments

LandingPageComponent › should create
      
          TypeError: import_shepherd.default.Tour is not a constructor
      
            186 |     this.shepherdService.modal = true;
            187 |     this.shepherdService.confirmCancel = false;
          > 188 |     this.shepherdService.addSteps(Shepherd.tourStepToShepherd(this.tourSteps, this.router));
                |                          ^
            189 |   }
            190 |
            191 |   public openConfigureLandingPreferences() {

This test was not failing in Angular 19.0.2

kav-viasat avatar May 08 '25 09:05 kav-viasat