Skip to content

Commit

Permalink
Bump version. Fix array key error
Browse files Browse the repository at this point in the history
  • Loading branch information
asgvard committed Jan 16, 2025
1 parent 8cd6937 commit ad43f01
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@noriginmedia/norigin-spatial-navigation",
"version": "2.2.2",
"version": "2.2.3",
"description": "React hooks based Spatial Navigation solution",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ function ContentRow({
<Asset
index={index}
title={title}
key={title}
color={color}
onEnterPress={onAssetPress}
onFocus={onAssetFocus}
Expand Down

0 comments on commit ad43f01

Please sign in to comment.