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 1eaf90a commit 9ad4bf8Copy full SHA for 9ad4bf8
README.md
@@ -130,7 +130,7 @@ function Todos() {
130
{loading && 'Loading...'}
131
{todos.map(todo => (
132
<div key={todo.id}>{todo.title}</div>
133
- )}
+ ))}
134
</>
135
)
136
}
@@ -157,7 +157,7 @@ function Todos() {
157
158
{data.map(todo => (
159
160
161
162
163
0 commit comments