Steps to reproduce: 1. Set grid items `grid.setItems(List.of());` 2. Set the empty label component `GridHelper.setEmptyGridLabel(grid, new Label("No records found"));` 3. Label indicating no records found should be displayed but it's not.