This repository was archived by the owner on Feb 23, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ import {
2828 useForcedLayout ,
2929 BlockSettings ,
3030} from '../cart-checkout-shared' ;
31+ import '../cart-checkout-shared/sidebar-notices' ;
3132import { CartBlockContext } from './context' ;
3233
3334// This is adds a class to body to signal if the selected block is locked
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ import {
3232 BlockSettings ,
3333 useBlockPropsWithLocking ,
3434} from '../cart-checkout-shared' ;
35+ import '../cart-checkout-shared/sidebar-notices' ;
3536import { CheckoutBlockContext , CheckoutBlockControlsContext } from './context' ;
3637import type { Attributes } from './types' ;
3738
Original file line number Diff line number Diff line change 2121 " ./assets/js/blocks/cart/inner-blocks/**/index.tsx" ,
2222 " ./assets/js/blocks/cart/inner-blocks/register-components.ts" ,
2323 " ./assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/**/index.tsx" ,
24- " ./assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/register-components.ts"
24+ " ./assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/register-components.ts" ,
25+ " ./assets/js/blocks/cart-checkout-shared/sidebar-notices/index.tsx"
2526 ],
2627 "repository" : {
2728 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments