Rounaque Noor
Results
1
comments of
Rounaque Noor
It is happening due to SSR. Use globalThis to fix. I have done it for the error: ERROR ReferenceError: window is not defined. For example: Use globalThis.window?.innerWidth instead of window.innerWidth....