Aaryan Patel

Results 1 comments of Aaryan Patel

Try this, It works for me // import wowjs if window is not undefined ``` const isServer = typeof window === "undefined"; const WOW = !isServer ? require("wowjs") : null;...