You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for making this awesome lib that I just found.
I see that the intention is to support SSR but as of now it is throwing an Error when used in a nextjs application.
As a workaround, I have used the next/dynamic import to load my Component which uses this lib in non-ssr mode only. But it would be awesome if the lib could support SSR by default.
cheers
The text was updated successfully, but these errors were encountered:
Thank you for making this awesome lib that I just found.
I see that the intention is to support SSR but as of now it is throwing an Error when used in a nextjs application.
As a workaround, I have used the
next/dynamic
import to load my Component which uses this lib in non-ssr mode only. But it would be awesome if the lib could support SSR by default.cheers
The text was updated successfully, but these errors were encountered: