I have one slider included in two pages index.html
, about.html
. The index.html
page slider runs without problem, but another HTML file, about.html
, has the error:
[Glide warn]: Root element must be an existing Html node TypeError: this.root is undefined
It seems like this Glide
can't find elements initialized from that. How can I resolve this problem?
More info can be found on a GitHub issue I filed, as well as a related issue posted by another user.