cannot set additional field in sign up body
on 
lastName -> Type 'string' is not assignable to type 'never'.ts(2322)
Type def of signUpEmail ->
You can see that the lastName type is never.
auth.ts is added in the comments below.
Version: 1.3.26
Solution:Jump to solution
Oh seems like it is fixed in v1.3.31. 
I was stuck in v1.3.26 because 
typeof auth.$Infer.Session; <- this had stopped working. This is also fixed in the new version, so I can upgrade now...2 Replies