From 16059adf98f46c7f62f24d78aa68b62a1d34815d Mon Sep 17 00:00:00 2001 From: Jay Jetley Date: Thu, 3 Feb 2022 10:10:37 +0000 Subject: [PATCH] fix(react): add autoplay to watched modules (#5419) --- src/react/params-list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/react/params-list.js b/src/react/params-list.js index 24819953e..9d741caf6 100644 --- a/src/react/params-list.js +++ b/src/react/params-list.js @@ -96,7 +96,7 @@ const paramsList = [ // modules 'a11y', - 'autoplay', + '_autoplay', '_controller', 'coverflowEffect', 'cubeEffect',