Skip to content

Commit 813e54d

Browse files
committed
refactor: minimize bundle of lodash
1 parent 535ef8f commit 813e54d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/msw-dev-tool/src/lib/handlerStore.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import {
1212
updateEnableHandlers,
1313
} from "./util";
1414
import { OnChangeFn, RowSelectionState } from "@tanstack/react-table";
15-
import { isFunction } from "lodash";
15+
import isFunction from "lodash/isFunction";
1616

1717
export interface HandlerStoreState {
1818
/**

0 commit comments

Comments
 (0)