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