swiper
swiper copied to clipboard
fix(element): Add existance Check for params on lazyPreloaderClass
Added Check, if params does not exist
Closes #7935
Don't get why it is needed? We have this line before:
if (!swiper || swiper.destroyed || !swiper.params) return;
which already will stop code execution if there is no swiper.params