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 b60691e commit fee2881Copy full SHA for fee2881
frameworks/non-keyed/frei-hooks/src/main.jsx
@@ -117,7 +117,7 @@ const Main = () => {
117
<table className="table table-hover table-striped test-data">
118
<tbody>
119
{data.map(item => (
120
- <Row key={item.id} item={item} selected={selected === item.id} dispatch={dispatch} />
+ <Row item={item} selected={selected === item.id} dispatch={dispatch} />
121
))}
122
</tbody>
123
</table>
0 commit comments