In my experience I had to delay the loading of lod...
# suitescript
j
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
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.