Replies: 1 comment
-
I'm not entirely sure what InferFormType should be or what you're trying to achieve, but if you already have some working code and want to raise a draft PR that would make the discussion easier :) |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hello I am having trouble typing a test case for a pull request I am preparing:
I want to reuse the this Component as a property for render in a withForm higher Order Component and I am struggling to type the form property correctly. Looking through the code it is not obvious how to instantiate this type without passing a dozen generics.
What I would love is something like this
Am I missing something? I think I could create such a helper but I am not sure this something that could be useful and would like some feedback before I tackle this.
Beta Was this translation helpful? Give feedback.
All reactions