Skip to content

Commit bfe89e9

Browse files
committed
fix starting point
1 parent edf0982 commit bfe89e9

File tree

1 file changed

+1
-0
lines changed
  • react/advanced-hooks/05-optimistic-ui/lecture

1 file changed

+1
-0
lines changed

react/advanced-hooks/05-optimistic-ui/lecture/App.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ export function App() {
5454
// console.log(data.likes)
5555

5656
// if (data.error) {
57+
// setOpLikes(data.likes)
5758
// setError(data.error)
5859
// }
5960
// }

0 commit comments

Comments
 (0)