The issue requests removal of lodash from frontend dependencies, replacing usages with native JavaScript. There is one assignee, indicating ongoing work. To contribute, first check the assignee's status. Then, search the frontend directory (likely 'frontend/src') for all imports and uses of lodash functions. For each, identify a native JS equivalent (e.g., Array.map instead of .map). Ensure to test changes thoroughly and update any affected tests. The issue is clear but requires careful handling across multiple files.
fe: remove loadash from fe dependency · SigNoz/signoz#2032 | Good First Issue