intelicoreact 1.4.24 → 1.4.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -42,7 +42,7 @@ const Tag = _ref => {
42
42
  testId = "test-tag",
43
43
  testIdRemove = "test-tag-remove"
44
44
  } = _ref;
45
- const tagRef = useRef();
45
+ const tagRef = (0, _react.useRef)();
46
46
  const [isTagHover, setIsTagHover] = (0, _react.useState)(false);
47
47
  const [isTagPopupOpened, setIsTagPopupOpened] = (0, _react.useState)(false);
48
48
  const {
@@ -54,7 +54,7 @@ const Tag = _ref => {
54
54
  const {
55
55
  scrollY
56
56
  } = window;
57
- const tagPopupStyles = useMemo(() => {
57
+ const tagPopupStyles = (0, _react.useMemo)(() => {
58
58
  var _tagRef$current2;
59
59
 
60
60
  if (!isTagPopupOpened || !(tagRef !== null && tagRef !== void 0 && tagRef.current)) return {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelicoreact",
3
- "version": "1.4.24",
3
+ "version": "1.4.26",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "files": [