Commit 622049a
fix: use lodash-es instead of lodash for ES module compatibility
The CommonJS lodash package doesn't properly export named functions
in ES module environments like Angular 19, causing runtime errors.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 3a7758a commit 622049a
5 files changed
Lines changed: 576 additions & 549 deletions
File tree
- frontend/src/app
- components
- dashboard
- db-table-view/db-table-widgets
- users
- lib
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
frontend/src/app/components/dashboard/db-table-view/db-table-widgets/db-table-widgets.component.ts
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments