'ReferenceError: document is not defined This error happened while generating the page. Any console logs will be displayed in the terminal window

   requestAnimationFrame(this.animate), this.conf.playing = true
   }), e(this,"initGradient", (selector) => {
>  this.el = document.querySelector(selector);
                 ^
     this.connect();
     return this;
   })

ReferenceError: document is not defined This error happened while generating the page. Any console logs will be displayed in the terminal window.

enter image description here



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source