bulletproof-react
bulletproof-react copied to clipboard
Form.tsx typings
I know this question is Typescript-specific, but I can't find articles about it.
Why do you do this in the Form.tsx?
TFormValues extends Record<string, unknown> = Record<string, unknown>
Is it really different from this?
TFormValues extends Record<string, unknown>