You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@egjs_flicking-plugins.js?v=7986845e:396 Uncaught (in promise) Error: [Flicking-Arrow] Couldn't find element with the given selector: .flicking-arrow-prev
at getElement (@egjs_flicking-plugins.js?v=7986845e:396:11)
at __proto.init (@egjs_flicking-plugins.js?v=7986845e:561:18)
at chunk-LQW74EMY.js?v=7986845e:9934:21
at Array.forEach ()
at __proto.addPlugins (chunk-LQW74EMY.js?v=7986845e:9933:15)
at Proxy.checkPlugins (@egjs_vue3-flicking.js?v=7986845e:808:46)
at Proxy.mounted (@egjs_vue3-flicking.js?v=7986845e:708:10)
at chunk-2FDUVFJ5.js?v=7986845e:4317:88
at callWithErrorHandling (chunk-2FDUVFJ5.js?v=7986845e:1660:19)
at callWithAsyncErrorHandling (chunk-2FDUVFJ5.js?v=7986845e:1667:17)
fixed it by specifying a parentEl for the Arrow plugin to query based on the parent, (from plugin code) i think because its outside the .flicking-viewport element so it'll query the arrow element through the parent element that it doesn't know..
i think it can also set inside the flicking component like this from the doc.
@egjs_flicking-plugins.js?v=7986845e:396 Uncaught (in promise) Error: [Flicking-Arrow] Couldn't find element with the given selector: .flicking-arrow-prev
at getElement (@egjs_flicking-plugins.js?v=7986845e:396:11)
at __proto.init (@egjs_flicking-plugins.js?v=7986845e:561:18)
at chunk-LQW74EMY.js?v=7986845e:9934:21
at Array.forEach ()
at __proto.addPlugins (chunk-LQW74EMY.js?v=7986845e:9933:15)
at Proxy.checkPlugins (@egjs_vue3-flicking.js?v=7986845e:808:46)
at Proxy.mounted (@egjs_vue3-flicking.js?v=7986845e:708:10)
at chunk-2FDUVFJ5.js?v=7986845e:4317:88
at callWithErrorHandling (chunk-2FDUVFJ5.js?v=7986845e:1660:19)
at callWithAsyncErrorHandling (chunk-2FDUVFJ5.js?v=7986845e:1667:17)
The text was updated successfully, but these errors were encountered: