TypeError: Window.getComputedStyle: Argument 1 is not an object

76 Views Asked by At

When initialize keen-slider in iframe then this error is shown. In chrome this is working but shows error in case of firefox (version 119). Initilaize keen-slider like this:

this.slider = new KeenSlider(this.sliderRef.nativeElement, {});

I didn't get any solution for this.

0

There are 0 best solutions below