In my experience I had to delay the loading of lodash until I needed it using require. However your browser likely already supports array.filter with ES 2015
b
Budy Sutjijati
05/23/2020, 5:00 PM
Hi Johnny, Yes I already am using the native filter method now. However I am still using other lodash methods now and to change them all to plain JS is not what I would prefer.