|
2155 | 2155 | <error line="188" column="26" severity="error" message="Property 'toBeDisabled' does not exist on type 'JestMatchers<HTMLElement>'." source="TS2339" /> |
2156 | 2156 | </file> |
2157 | 2157 | <file name="assets/js/blocks/cart/block.js"> |
2158 | | -<error line="16" column="30" severity="error" message="Cannot find module '@woocommerce/base-context/providers' or its corresponding type declarations." source="TS2307" /> |
2159 | 2158 | <error line="25" column="55" severity="error" message="Expected 0 arguments, but got 1." source="TS2554" /> |
2160 | 2159 | <error line="27" column="18" severity="error" message="Binding element 'children' implicitly has an 'any' type." source="TS7031" /> |
2161 | 2160 | <error line="29" column="10" severity="error" message="Property 'hasDarkControls' does not exist on type '{}'." source="TS2339" /> |
|
2650 | 2649 | <error line="15" column="68" severity="error" message="Expected 0 arguments, but got 1." source="TS2554" /> |
2651 | 2650 | </file> |
2652 | 2651 | <file name="assets/js/blocks/checkout/block.tsx"> |
2653 | | -<error line="12" column="39" severity="error" message="Cannot find module '@woocommerce/base-context/providers' or its corresponding type declarations." source="TS2307" /> |
2654 | 2652 | <error line="95" column="4" severity="error" message="Type '{ allowCreateAccount: boolean; showCompanyField: boolean; requireCompanyField: boolean; showApartmentField: boolean; showPhoneField: boolean; requirePhoneField: boolean; }' is missing the following properties from type 'CheckoutBlockContextProps': showOrderNotes, showPolicyLinks, showReturnToCart, cartPageId, showRateAfterTaxName" source="TS2739" /> |
2655 | 2653 | <error line="184" column="4" severity="error" message="No overload matches this call. |
2656 | 2654 | Overload 1 of 2, '(props: BlockErrorBoundaryProps | Readonly<BlockErrorBoundaryProps>): BlockErrorBoundary', gave the following error. |
|
3231 | 3229 | Types of parameters 'attributes' and 'props' are incompatible. |
3232 | 3230 | Type 'BlockProps<Record<string, unknown>, Record<string, unknown>>' is missing the following properties from type 'Props': contents, addToCartBehaviour, hasHiddenPrice" source="TS2322" /> |
3233 | 3231 | </file> |
3234 | | -<file name="assets/js/blocks/mini-cart/frontend.ts"> |
3235 | | -<error line="5" column="27" severity="error" message="Cannot find module '@woocommerce/base-utils/preload-script' or its corresponding type declarations." source="TS2307" /> |
3236 | | -<error line="6" column="28" severity="error" message="Cannot find module '@woocommerce/base-utils/lazy-load-script' or its corresponding type declarations." source="TS2307" /> |
3237 | | -<error line="7" column="46" severity="error" message="Cannot find module '@woocommerce/base-utils/legacy-events' or its corresponding type declarations." source="TS2307" /> |
3238 | | -</file> |
3239 | 3232 | <file name="assets/js/blocks/mini-cart/index.tsx"> |
3240 | 3233 | <error line="36" column="3" severity="error" message="Type 'true' has no properties in common with type 'Partial<ColorProps>'." source="TS2559" /> |
3241 | 3234 | <error line="66" column="2" severity="error" message="Type '({ attributes, setAttributes }: Props) => ReactElement' is not assignable to type 'ComponentType<BlockEditProps<{}>> | undefined'. |
|
0 commit comments