carbon-addons-data-viz-react
Advanced tools
Comparing version 1.20.0 to 1.20.1
@@ -566,3 +566,3 @@ 'use strict'; | ||
} }), | ||
_react2.default.createElement('div', { id: 'tooltip-div', ref: function ref(id) { | ||
_react2.default.createElement('div', { id: id + '-tooltip', ref: function ref(id) { | ||
return _this6.tooltipId = id; | ||
@@ -569,0 +569,0 @@ } }) |
@@ -525,3 +525,3 @@ import _Object$getPrototypeOf from 'babel-runtime/core-js/object/get-prototype-of'; | ||
} }), | ||
React.createElement('div', { id: 'tooltip-div', ref: function ref(id) { | ||
React.createElement('div', { id: id + '-tooltip', ref: function ref(id) { | ||
return _this6.tooltipId = id; | ||
@@ -528,0 +528,0 @@ } }) |
{ | ||
"name": "carbon-addons-data-viz-react", | ||
"version": "1.20.0", | ||
"version": "1.20.1", | ||
"description": "Carbon Data Visualization", | ||
@@ -5,0 +5,0 @@ "main": "cjs/index.js", |
177601