Window is not defined #109
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
please use it with mode |
Beta Was this translation helpful? Give feedback.
-
|
|
Beta Was this translation helpful? Give feedback.
-
|
Hi, even by importing with dynamic and setting ssr = false and using typeof window condition, i'm still facing the issue, do you have any solution ? |
Beta Was this translation helpful? Give feedback.


please use it with mode
ssr = false, you don't need to use ssr for this library.Or you can try to check isClient = true before using it.