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 edf0982 commit bfe89e9Copy full SHA for bfe89e9
react/advanced-hooks/05-optimistic-ui/lecture/App.tsx
@@ -54,6 +54,7 @@ export function App() {
54
// console.log(data.likes)
55
56
// if (data.error) {
57
+// setOpLikes(data.likes)
58
// setError(data.error)
59
// }
60
0 commit comments