Closed datvtwkm closed 3 years ago
Did you find any workaround?
It does work on NextJS, you can use this example: https://gist.github.com/tao/cde323d3652c03803b59d756279c158d
don't render it till you are on client side
{typeof window !== "undefiend" && <MessengerComponent />}
Does this library support Nextjs? I tried to implement but no hope! Thank you!