Bug 7.1 Grid Initialize with data: null crashes Grid

Working Example:
let someGrid = new dhx.Grid(null,
{
columns: someColumnData,
multiselection: true,
selection: “row”,
autoWidth: true,
rowHeight: 33
});

Broken Example
let someGrid = new dhx.Grid(null,
{
columns: someColumnData,
multiselection: true,
selection: “row”,
autoWidth: true,
rowHeight: 33,
data: null
});

This has changed from all prior versions.

Thank you for your report. The problem is confirmed, and already fixed in the latest 7.1.1 bugfix update.