Skip to content

Errors in using the built min version #351

@Nucy666

Description

@Nucy666

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions