nomeaning

Results 1 comments of nomeaning

This is caused by the incorrect build result for esm-es5. https://github.com/revolist/revogrid/blob/4df18a24ee9660c6ab485804dbb621c0ad668bfd/src/plugins/sorting/sorting.plugin.ts#L179 For esm-es5, the build result is as follows. ```javascript return __spreadArray([],Array(e.length).keys(),true)} ``` It returns empty array because __spreadArray of...