Thanks for the answers! I understand what I should...
# general
d
Thanks for the answers! I understand what I should do now, but... I am following your guide for nextJS implementation, so i create the wrapper as such:
Copy code
const ThirdPartyEmailPasswordAuthNoSSR = dynamic(
  new Promise((res) =>
    res(ThirdPartyEmailPassword.ThirdPartyEmailPasswordAuth)
  ),
  { ssr: false }
);