I’m getting error in console: “Cannot read property ‘config’ of undefined” every time when I click on sidebar item. This error shows up in function triggered by onMasterSelect event.
I have complex structure of tabbar → layout (isolate: true) → rows:[toolbar,multiview → cells: [cell[ ], cell[ ], cell[ layout cols:[ sidebar, multiview → cells[ table, table, table] ]]] which I tried to reproduce in code snippet but it’s too complex and dynamically generated. Actually switching between cells with sidebar is working, but this error in console is buggin me
Any suggestions where to look? As I’m total noob in JS and can’t debug it myself