Hi
We are using the Debut latest theme
Console Error : theme.js?v=4478587697026121031? [sm]:2374 Uncaught TypeError: Cannot read properties of null (reading ‘addEventListener’)
Drawer.prototype.init = function() {
document
.querySelector(this.config.selectors.openVariant)
.addEventListener('click', this.open.bind(this));
this.drawer
.querySelector(this.config.selectors.close)
.addEventListener('click', this.close.bind(this));
};