Closed marianfoo closed 2 years ago
[0-1] [wdi5] call of _getAggregation() failed because of: TypeError: Cannot read properties of null (reading 'map')
After introduction of growing to list, getAggregation is broken const listItems = await list.getAggregation("items");
getAggregation
const listItems = await list.getAggregation("items");
should work with this suggestion https://github.com/js-soft/wdi5/issues/283#issuecomment-1161537146
[0-1] [wdi5] call of _getAggregation() failed because of: TypeError: Cannot read properties of null (reading 'map')
broken
After introduction of growing to list,
getAggregation
is brokenconst listItems = await list.getAggregation("items");