Are you submitting a bug report or a feature request?
feature request
What is the current behavior?
Last release improved experience for TypeScript and Flow users. Now we can have typed Forms and Fields. But it can be improved even more at least for TS users if we leverage JSX generics which are supported by TypeScript. So instead of
const { Form } = withTypes<Types>()
<Form>...</Form>
we will simply
WDYT?
Are you submitting a bug report or a feature request?
feature request
What is the current behavior?
Last release improved experience for TypeScript and Flow users. Now we can have typed Forms and Fields. But it can be improved even more at least for TS users if we leverage JSX generics which are supported by TypeScript. So instead of
we will simply
WDYT?