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
@Epizefiri Could you prepare MR that removes this exist check entirely? It was purely for development experience to provide a nice error instead of "something is undefined" but it looks like it causes more troubles
Hello there,
I'm developing a solution to use Glide.js inside Grapes.js ( A nice block editor ).
Grape.js is using iFrames, when i try to load a slider inside an iFrame I get these two errors on my firefox console
[Glide warn]: Could not find track element. Please use [data-glide-el="track"] attribute.
and
Uncaught TypeError: i.track is undefined
This is weird because the attribute is in the correct position ( and everything works on Chrome ).
If i remove the condition
if (exist(t)) {
on row 1610 of glide.js 3.6.1 my sliders are working fine.The text was updated successfully, but these errors were encountered: