intelicoreact 0.2.17 → 0.2.18
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.
|
@@ -142,7 +142,7 @@ var TagList = function TagList(_ref) {
|
|
|
142
142
|
if (wrapperRef.current && wrapperNewWidth !== wrapperWidth) {
|
|
143
143
|
setWrapperWidth(wrapperNewWidth);
|
|
144
144
|
}
|
|
145
|
-
}); // Set TagList Items
|
|
145
|
+
}, [document]); // Set TagList Items
|
|
146
146
|
|
|
147
147
|
(0, _react.useEffect)(function () {
|
|
148
148
|
setStaticTagsCount(-1);
|