oj-list-view stopped working with Array Data Provider
Summary
Earlier created apps using oj-list-view based on Array Data Provider stopped workingContent
Earlier I had used oj-list-view with Array Data Provider and it worked as expected. But suddenly those apps started throwing error in Version: 19.4.3.0.
Jet Cookbook link followed: https://www.oracle.com/webfolder/technetwork/jet/jetCookbook.html?component=listView&demo=basicListView
On further debug I found that if I return ArrayDataProvider(data, { keyAttributes: 'id' }) from a page function it works but if I try to use UI provided Array Data Provider and bind it with an array, it is not able to refer data-oj-as="item" in template slot.
0