Grid Flow is broken when Using Components In Chrome

When i run the latest bakery-app and change the following two Lines in AbstractBakeryCrudView the /users view is broken and the edit-Button often only come after a Ctrl+F5 reload of the page.

It only happens since the release of Google Chrome Version 72.0.3626.81

Code:
grid.setDataProvider(dataProvider);

setupGrid(grid);

//Crud.addEditColumn(grid); → This Line is the original which uses a TemplateRenderer

grid.addComponentColumn(e → new Button(“edit”)); // This line is the new Line and it uses a componentColumn

17500006.png
17500009.png
17500012.png