ReferenceError: reverseDirection is not defined
-
Hi, I’m getting the following error only in the WordPress admin when editing a page that contains the block:
ReferenceError: reverseDirection is not definedEnvironment:
- WP Swiper version: 1.3.7
In the console I also get a block validation error:
Block validation failed forda/wp-swiper-slideContent generated by the
savefunction:<div data-tab="slide-5" class="wp-swiper__slide swiper-slide"> <div class="wp-swiper__overlay-color" style="background-color:rgba(0, 0, 0, 0)"></div> <div class="wp-swiper__slide-content"></div> </div>Content retrieved from the post body:
<div data-tab="slide-5" class="wp-swiper__slide swiper-slide"> <div class="wp-swiper__overlay-color"></div> <div class="wp-swiper__slide-content"> </div> </div>Any fix or workaround would be appreciated.
Thanks
You must be logged in to reply to this topic.