Using forward
and partialCheck
like the password compare example results in multiple type errors
#987
Labels
question
Further information is requested
Reproduction example here
I don't get errors in TypeScript language services, but the reproduction example fails to compile in
tsc
/vue-tsc
.The two errors are:
error TS2589: Type instantiation is excessively deep and possibly infinite.
error TS2339: Property 'confirmPassword' does not exist on type '{ password: string; }'
The text was updated successfully, but these errors were encountered: