We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e7d7b8 commit 5b9b291Copy full SHA for 5b9b291
app/cookbook/translate-react.md
@@ -60,7 +60,7 @@ const image = <img src={href} />
60
const todoList = `<ul>
61
${todos.map((todo) => (
62
`<li key="${todo.id}">${todo.text}</li>`
63
- ))}
+ ))}.join('')
64
</ul>`
65
```
66
0 commit comments