Comparing version 10.1.0 to 10.1.1
@@ -72,11 +72,2 @@ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } | ||
_createClass(TabBarRootNode, [{ | ||
key: "componentDidUpdate", | ||
value: function componentDidUpdate() { | ||
var activeTab = this.props.getRef('activeTab'); | ||
if (activeTab) { | ||
activeTab.focus(); | ||
} | ||
} | ||
}, { | ||
key: "render", | ||
@@ -83,0 +74,0 @@ value: function render() { |
@@ -87,11 +87,2 @@ "use strict"; | ||
_createClass(TabBarRootNode, [{ | ||
key: "componentDidUpdate", | ||
value: function componentDidUpdate() { | ||
var activeTab = this.props.getRef('activeTab'); | ||
if (activeTab) { | ||
activeTab.focus(); | ||
} | ||
} | ||
}, { | ||
key: "render", | ||
@@ -98,0 +89,0 @@ value: function render() { |
{ | ||
"name": "rc-tabs", | ||
"version": "10.1.0", | ||
"version": "10.1.1", | ||
"description": "tabs ui component for react", | ||
@@ -5,0 +5,0 @@ "engines": { |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
258609
4578