When I call the addView method of the tabview component, an error occurs:Uncaught TypeError: Cannot read properties of undefined (reading 'hidden')
The demo code:
webix.ui({
height: 350,
view: "tabview",
id: 'testTabview',
cells: [
{
header: "title1",
body: {
template: "1"
}
}
]
}, $$("demo"));
$$('testTabview').addView({
header: "title2",
body: {
template: "2"
}
})
The webix version is 11.0.0
When I call the addView method of the tabview component, an error occurs:Uncaught TypeError: Cannot read properties of undefined (reading 'hidden')
The demo code:
The webix version is 11.0.0