Skip to content

Uncaught TypeError: $0 is null #8

Description

@SpilkoRobert

Hi,

I experience some error logs in browser console, when adding a vaadin Combobox to a cell...
Minimal repro:
Table table = new Table();
TableRow tableRow = new TableRow();
TableDataCell tableDataCell = tableRow.addDataCell();
tableDataCell.add(new ComboBox<>());
table.getBody().addRows(tableRow);
renderedComponent.add(table);

Uncaught TypeError: $0 is null
anonymous http://127.0.0.1:3000/ui/process/VAADIN/build/FlowClient-BZ2ixoyw.js line 3 > Function:3
Q3 http://127.0.0.1:3000/ui/process/VAADIN/build/FlowClient-BZ2ixoyw.js:3
Bg http://127.0.0.1:3000/ui/process/VAADIN/build/FlowClient-BZ2ixoyw.js:3
Xm http://127.0.0.1:3000/ui/process/VAADIN/build/FlowClient-BZ2ixoyw.js:1
om http://127.0.0.1:3000/ui/process/VAADIN/build/FlowClient-BZ2ixoyw.js:1
cb http://127.0.0.1:3000/ui/process/VAADIN/build/FlowClient-BZ2ixoyw.js:3
Jr http://127.0.0.1:3000/ui/process/VAADIN/build/FlowClient-BZ2ixoyw.js:3
nE http://127.0.0.1:3000/ui/process/VAADIN/build/FlowClient-BZ2ixoyw.js:3
C http://127.0.0.1:3000/ui/process/VAADIN/build/FlowClient-BZ2ixoyw.js:3
_r http://127.0.0.1:3000/ui/process/VAADIN/build/FlowClient-BZ2ixoyw.js:1
...

Can you please check and try to reproduce it?

Thank you,
Róbert

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions