You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
<Form<Types>>...</Form>
WDYT?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: