We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab60b9d commit bb1164cCopy full SHA for bb1164c
src/App.tsx
@@ -43,7 +43,7 @@ const UsersTable = () => {
43
{u.first_name} {u.last_name}
44
</td>
45
<td>
46
- <button onClick={() => patchUser({ id: u.id, patch: { first_name: 'Alice' } })}>Rename to Alice (optimistic)</button>
+ <button onClick={() => patchUser({ id: u.id, patch: { first_name: 'UPDATED' } })}>Rename to UPDATED (optimistic)</button>
47
48
</tr>
49
))}
0 commit comments