Skip to content

Commit 0bc5b97

Browse files
Update array.ts
1 parent 480af9e commit 0bc5b97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/src/util/array.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// TODO: Replace lodash functions with native equivalents (e.g., use array.filter(Boolean) instead of compact, array.flat(Infinity) instead of flattenDeep, JSON.stringify-based deep compare instead of isEqual).
12
import { compact, flattenDeep, isEqual } from 'lodash'
23

34
export function filterDefined<T>(array: (T | null | undefined)[]) {

0 commit comments

Comments
 (0)