Conversation
commit: |
|
Thank you for this, does this mean it will be possible for these utilities to infer the return type without passing in the type? |
I believe passing the type was no longer necessary since version 4 of This PR fixes the use of types for the utils. The In the screenshot below, before the fix the
|
|
@dkAndFed thank you so much for this! I was trying to,get it to work the other day and,couldn't figure out how to get it to work. |
|
@AlemTuzlak I haven't looked at the React specific utils, yet, but they might need to receive similar treatment. 🤔 |
|
They already work, it was just the server parts! |
Let me push some changes to the branch and you will see. Should be a minute. Edit: @AlemTuzlak pushed the React changes as well. Now it should be aligned with |
|
When do you think you will be able to merge and release this? Let me know if you need some assistance with something. |
|
Very soon! |
|
Released, again thank you so much, turns out the reason I couldn't get it to work is because I was testing it with resolvers v4 lol. |

Description
Fixes the generics on some utils as the
Resolvertype inreact-hook-formhas changed.Fixes #164
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Checklist: