Export event handler types from @conform-to/react/future
#1149
Closed
transparent-citizen
started this conversation in
General
Replies: 1 comment 1 reply
-
|
We currently export the Would it be better then exporting individual types? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
useFormhas several options that expect the caller to provide an event handler:onBluronErroronInputonSubmitonValidateThey use dedicated types like
InputHandlerinternally, but callers can only access handler types like this:It would be useful if they were exported from the package.
Beta Was this translation helpful? Give feedback.
All reactions