-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Typegen isn't working (particularly in a Code Sandbox where it wasn't worth setting it up), but I can't quite figure out the way that I should be constructing the type for my logic. I dug through types.ts
to see if there was something along the lines of MakeFormLogicType<TInputs, TValues, TActions, TProps> = MakeLogicType<FormValues<TInputs> & TValues, FormActions<TInputs> & TActions, TProps>
. There's nothing that I've seen in any documentation and the types file doesn't have anything that obviously attempts to solve this problem - is there a recommended path forward here?
Metadata
Metadata
Assignees
Labels
No labels