I have a function as shown below
export const getTopL1L2Errors = (data) => { const dataByPriority = []; data.forEach((record, counter) => {