You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uncaught TypeError: Invalid attempt to spread non-iterable instance.
In order to be iterable, non-array objects must have a Symbol.iterator method.
at _nonIterableSpread (Grid.tsx:101)
at _toConsumableArray (Grid.tsx:99)
at eval (Grid.tsx?849e:1195)
at eval (DashboardItem.tsx?b7fd:530)
at drill (Panel.tsx?96eb:161)
at Object.InternalMenu._this.handleClick [as onClick] (index.js?9b79:83)
at Object.Menu._this.onClick (Menu.js?045a:88)
at SubPopupMenu._this.onClick (SubPopupMenu.js?85fe:194)
at Object.onClick (SubPopupMenu.js?85fe:287)
at Object.SubMenu._this.onSubMenuClick [as onClick] (SubMenu.js?0819:234)
The text was updated successfully, but these errors were encountered:
Uncaught TypeError: Invalid attempt to spread non-iterable instance.
In order to be iterable, non-array objects must have a Symbol.iterator method.
at _nonIterableSpread (Grid.tsx:101)
at _toConsumableArray (Grid.tsx:99)
at eval (Grid.tsx?849e:1195)
at eval (DashboardItem.tsx?b7fd:530)
at drill (Panel.tsx?96eb:161)
at Object.InternalMenu._this.handleClick [as onClick] (index.js?9b79:83)
at Object.Menu._this.onClick (Menu.js?045a:88)
at SubPopupMenu._this.onClick (SubPopupMenu.js?85fe:194)
at Object.onClick (SubPopupMenu.js?85fe:287)
at Object.SubMenu._this.onSubMenuClick [as onClick] (SubMenu.js?0819:234)
The text was updated successfully, but these errors were encountered: