intelicoreact 0.3.57 → 0.3.58

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.
@@ -190,7 +190,9 @@ var TagsDropdown = function TagsDropdown(_ref) {
190
190
  };
191
191
 
192
192
  var getParentNode = function getParentNode() {
193
- return document.querySelector('div#root');
193
+ var _document$querySelect;
194
+
195
+ return (_document$querySelect = document.querySelector('div#root')) !== null && _document$querySelect !== void 0 ? _document$querySelect : document.querySelector('div#app');
194
196
  };
195
197
 
196
198
  var initListContainer = function initListContainer() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelicoreact",
3
- "version": "0.3.57",
3
+ "version": "0.3.58",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "files": [