From 5a1e6b988b54cd542edf1b3235ba6f51f0fdca9e Mon Sep 17 00:00:00 2001 From: Thomas Roberts Date: Thu, 17 Nov 2022 11:14:19 +0000 Subject: [PATCH] Update import for StoreNoticesContainer --- docs/internal-developers/block-client-apis/notices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/internal-developers/block-client-apis/notices.md b/docs/internal-developers/block-client-apis/notices.md index 7f24643085f..382f6d84e44 100644 --- a/docs/internal-developers/block-client-apis/notices.md +++ b/docs/internal-developers/block-client-apis/notices.md @@ -20,7 +20,7 @@ The below example will show all notices with type `default` that are in the `wc/ On the Cart Block, a `StoreNoticesContainer` is already rendered with the `wc/cart` context, and on the Checkout Block, a `StoreNoticesContainer` is already rendered with the `wc/checkout` context. To display errors from other contexts, you can use the `StoreNoticesContainer` component with context passed as a prop. ```jsx -import { StoreNoticesContainer } from '@woocommerce/base-components/store-notices-container'; +import { StoreNoticesContainer } from '@woocommerce/blocks-checkout'; const PaymentErrors = () => { return ;