- 💡Tip: The useUpdate or useCreate hooks return @tanstack/query mutation callbacks which can't be awaited. To work with a Promise instead, use the returnPromise prop. This is useful if the server changes the record & you need the updated data to update another record. marmelab.com/react-admin/...Mar 31, 2025 15:56