We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecad678 commit 8bfc99eCopy full SHA for 8bfc99e
2 files changed
README.md
@@ -57,7 +57,7 @@ function App({currentFocusPath}) {
57
<h1>Current FocusPath: '{currentFocusPath}'</h1>,
58
<FocusableItem focusPath='item-1'/>
59
<FocusableItem focusPath='item-2'/>
60
- <FocusableButton focusPath: 'button'/>
+ <FocusableButton focusPath='button'/>
61
</div>
62
)
63
}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-tv-navigation",
3
- "version": "0.2.0",
+ "version": "0.3.0",
4
"description": "A react-tv-based implementation of Spatial Navigation by Luke Chang",
5
"main": "dist/bundle.umd.js",
6
"files": [
0 commit comments