Skip to content

Commit ad43f01

Browse files
committed
Bump version. Fix array key error
1 parent 8cd6937 commit ad43f01

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@noriginmedia/norigin-spatial-navigation",
3-
"version": "2.2.2",
3+
"version": "2.2.3",
44
"description": "React hooks based Spatial Navigation solution",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

src/App.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ function ContentRow({
321321
<Asset
322322
index={index}
323323
title={title}
324+
key={title}
324325
color={color}
325326
onEnterPress={onAssetPress}
326327
onFocus={onAssetFocus}

0 commit comments

Comments
 (0)