We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 236210c commit 042b040Copy full SHA for 042b040
1 file changed
src/components/html.js
@@ -48,7 +48,7 @@ export default function (Glide, Components, Events) {
48
r = document.querySelector(r)
49
}
50
51
- if (exist(r)) {
+ if (r !== null) {
52
Html._r = r
53
} else {
54
warn('Root element must be a existing Html node')
0 commit comments