Harry Theo

Results 6 comments of Harry Theo

+1 Replicated the issue: * Live URL: https://nextjs-recaptcha-partytown-n5szrlcww-charistheo.vercel.app/ * Code on Github repo (partytown branch): https://github.com/charisTheo/nextjs-recaptcha-partytown/tree/partytown `forward: ["mozRequestAnimationFrame"]` doesn't seem to work for me either. ---- UPDATE: I tweaked a...

was the Stylish extension for me causing this problem. I disabled and re-enabled it and now I don't get those logs

try adding these styles on the Link component: ```style={{ backgroundImage: "none", textShadow: "none" }}```

if the user exists but has not confirmed yet, meaning that an email is sitting somewhere, the callback will return **null, null, null** _from the index.js of email-verification at line...

I had the same problem and in end I had to rewrite the **confirmTempUser()** function :/ The issue is in the line 361 of index.js: ` if (tempUserData) {` `...