Skip to content

Commit 59d3d8d

Browse files
committed
Fix build
1 parent 12579f0 commit 59d3d8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/react-components/src/reducers/PlaceOrderReducer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import type { Dispatch, RefObject } from "react"
33
import type { CommerceLayerConfig } from "#context/CommerceLayerContext"
44
import type { BaseError } from "#typings/errors"
55
import type { Order, OrderUpdate, StripePayment } from "@commercelayer/sdk"
6-
import isEmpty from "lodash/isEmpty"
6+
import isEmpty from "lodash-es/isEmpty"
77
import { isDoNotShip, shipmentsFilled } from "#utils/shipments"
88
import type { PaymentResource, PaymentSourceType } from "./PaymentMethodReducer"
99
import {

packages/react-components/src/utils/getErrors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { TResourceError } from "#components/errors/Errors"
22
import type { BaseError, TAPIError } from "#typings/errors"
3-
import differenceBy from "lodash/differenceBy"
3+
import differenceBy from "lodash-es/differenceBy"
44
import type { Dispatch } from "react"
55

66
interface GetErrorsParams {

0 commit comments

Comments
 (0)