Exercise #88: Inference Flow With Constraints
React + TypeScript ยท 05-generics
Go back to exercises
Goal
Goal: Make `useMutation` generic so `mutate` infers args/return from the provided mutation.
Check Solution
Next
Run "Check Solution" to validate your code in the browser.