You need to wrap the call to `ThirdPartyAuth` with...
# general
r
You need to wrap the call to
ThirdPartyAuth
with:
Copy code
dynamic(
  new Promise((res) =>
    res(ThirdParty.ThirdPartyAuth)
  ),
  { ssr: false }
)