Adrian Andersen
Adrian Andersen
Might be related to https://github.com/auth0/nextjs-auth0/issues/1495
> Did you have any luck with this @AdrianAndersen? We're suffering the same issue and I just can't get around it, any help would be much appreciated, thanks! Sadly, no....
Wow, @Sapessii that fixes my issue!! Thank you so much!
Would also be cool if things like email validation returned a stricter type, like this: ```typescript vine.object({ email: vine .string() .email(optionsGoesHere) }) typeof email === `${string}@${string}` ```