Nguyễn Hồng Hạnh
Results
1
comments of
Nguyễn Hồng Hạnh
Should you define type for it first? Like this ``` const { mutate: mutate2 } = useMutation< void, unknown, string, { foo: string } >({ mutationFn: async (value: string) =>...