react-tooltip-controller
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -1205,3 +1205,3 @@ import React from 'react'; | ||
var inputChildren = React.Children.map(children, function (child, index) { | ||
if (child.type.name === "Select") { | ||
if (child.type.displayName === "Select") { | ||
return React.cloneElement(child, { detect: detect, openMenu: _this3.openMenu, closeMenu: _this3.closeMenu, timeOutFunc: _this3.timeOutFunc, resize: _this3.resize }); | ||
@@ -1342,3 +1342,5 @@ } else { | ||
Select.displayName = 'Select'; | ||
export { ToolTipController, Select }; | ||
//# sourceMappingURL=index.es.js.map |
@@ -1211,3 +1211,3 @@ 'use strict'; | ||
var inputChildren = React.Children.map(children, function (child, index) { | ||
if (child.type.name === "Select") { | ||
if (child.type.displayName === "Select") { | ||
return React.cloneElement(child, { detect: detect, openMenu: _this3.openMenu, closeMenu: _this3.closeMenu, timeOutFunc: _this3.timeOutFunc, resize: _this3.resize }); | ||
@@ -1348,4 +1348,6 @@ } else { | ||
Select.displayName = 'Select'; | ||
exports.ToolTipController = ToolTipController; | ||
exports.Select = Select; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "react-tooltip-controller", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A feature-rich React component for controlling tooltips", | ||
@@ -5,0 +5,0 @@ "author": "Dogacan Bilgili", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
287503
2350