-
I have some
Types such as
So I guess this is more of a skill problem of me not understanding how to properly infer types from the hook 😬. Also passing down the entire action would be interesting, but how could I pass all the type info with it, e.g.:
Thank you 🙏 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
This will be solved by #235, which will add exported infer utility types, including for the hooks. |
Beta Was this translation helpful? Give feedback.
You're welcome!
PR is merged, update to v7.6.4 to get exported
Infer
types.Added a page for type inference on the docs website: here.