File size: 263 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 |
---
id: useMutation
title: useMutation
ref: docs/framework/react/reference/useMutation.md
replace:
{
'@tanstack/react-query': '@tanstack/solid-query',
'useMutationState[(]': 'useMutationState(() => ',
'useMutation[(]': 'useMutation(() => ',
}
---
|