Comparing version 1.16.1 to 1.16.2
@@ -1008,4 +1008,4 @@ 'use strict'; | ||
}, { | ||
key: "UNSAFE_componentWillUnmount", | ||
value: function UNSAFE_componentWillUnmount() { | ||
key: "componentWillUnmount", | ||
value: function componentWillUnmount() { | ||
var isOpen = this.props.isOpen; | ||
@@ -1012,0 +1012,0 @@ |
@@ -1000,4 +1000,4 @@ import 'focus-outline-manager'; | ||
}, { | ||
key: "UNSAFE_componentWillUnmount", | ||
value: function UNSAFE_componentWillUnmount() { | ||
key: "componentWillUnmount", | ||
value: function componentWillUnmount() { | ||
var isOpen = this.props.isOpen; | ||
@@ -1004,0 +1004,0 @@ |
{ | ||
"name": "reactour", | ||
"version": "1.16.1", | ||
"version": "1.16.2", | ||
"description": "Tourist Guide into your React Components", | ||
@@ -5,0 +5,0 @@ "main": "dist/reactour.cjs.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
93677