Window is not defined #109
Answered by
cuongdevjs
May 25, 2023
Replies: 3 comments
|
please use it with mode |
0 replies
Answer selected by
AhmedElkhardly
|
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 ? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


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.