Closed heshamelmasry77 closed 5 years ago
@heshamelmasry77 try this one import root from "window-or-global"; root.onscroll = function(){ console.log ('test'); }
This is because window
doesn't exist on the server. It cannot be used for server-side rendering.
can somebody help me fix this problem