@noriginmedia/react-spatial-navigation
Advanced tools
Comparing version 2.12.0 to 2.12.1
@@ -7,2 +7,6 @@ # Changelog | ||
## [2.12.1] | ||
### Fixed | ||
- Fixed regression with using `autoRestoreFocus` on components that are focused + getting unmounted and don't have parent | ||
## [2.12.0] | ||
@@ -9,0 +13,0 @@ ### Added |
@@ -862,3 +862,3 @@ 'use strict'; | ||
*/ | ||
if (isFocused && parentComponent.autoRestoreFocus) { | ||
if (isFocused && parentComponent && parentComponent.autoRestoreFocus) { | ||
this.setFocus(parentFocusKey); | ||
@@ -865,0 +865,0 @@ } |
{ | ||
"name": "@noriginmedia/react-spatial-navigation", | ||
"version": "2.12.0", | ||
"version": "2.12.1", | ||
"description": "HOC-based Spatial Navigation (key navigation) solution for React", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
103875