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
I use PivotSheet component in my react app with the tree mode and adding buttons.
I have GuiIcon SortDown load failed TypeError: Cannot read properties of undefined (reading 'push') errors in the console for each of the icon present in the pivot sheet.
index.js:27 GuiIcon SortDown load failed TypeError: Cannot read properties of undefined (reading 'push')
at Canvas.refreshElement (index.js:10201:21)
at refreshElement (index.js:8585:16)
at ShapeBase.onCanvasChange (index.js:8752:5)
at Container.add (index.js:5108:13)
at Container.addShape (index.js:5023:10)
at eval (index.js:19027:15)
💻 System information
Environment
Info
System
window 11
Browser
chrome: v119.0.6045.160
The text was updated successfully, but these errors were encountered:
🏷 Version
Sheet Type
🖋 Description
I use PivotSheet component in my react app with the tree mode and adding buttons.
I have
GuiIcon SortDown load failed TypeError: Cannot read properties of undefined (reading 'push')
errors in the console for each of the icon present in the pivot sheet.⌨️ Code Snapshots
see reproduction link
🔗 Reproduce Link
https://codesandbox.io/p/sandbox/solitary-frog-99ckw8?file=%2Fsrc%2FApp.js%3A147%2C1
🤔 Steps to Reproduce
Open sandbox and inspect the console. See errors.
😊 Expected Behavior
No error in the console.
😅 Current Behavior
Error for each of my pivot table icons:
💻 System information
The text was updated successfully, but these errors were encountered: