diff --git a/.gitignore b/.gitignore index 0b3080e087..e347b314e4 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,8 @@ lerna-debug.log /test-results/ /playwright-report/ /playwright/.cache/ + +# Build directories and distribution files +build/ +**/build/ +**/dist/ diff --git a/packages/template-retail-react-app/app/components/_app/index.jsx b/packages/template-retail-react-app/app/components/_app/index.jsx index c3cf7de680..05e8cb7d3d 100644 --- a/packages/template-retail-react-app/app/components/_app/index.jsx +++ b/packages/template-retail-react-app/app/components/_app/index.jsx @@ -57,6 +57,7 @@ import { useDntNotification } from '@salesforce/retail-react-app/app/hooks/use-dnt-notification' import {AddToCartModalProvider} from '@salesforce/retail-react-app/app/hooks/use-add-to-cart-modal' +import {BonusProductSelectionModalProvider} from '@salesforce/retail-react-app/app/hooks/use-bonus-product-selection-modal' import useMultiSite from '@salesforce/retail-react-app/app/hooks/use-multi-site' import {useCurrentCustomer} from '@salesforce/retail-react-app/app/hooks/use-current-customer' import {useCurrentBasket} from '@salesforce/retail-react-app/app/hooks/use-current-basket' @@ -430,34 +431,36 @@ const App = (props) => { {!isOnline && } - - + - - {children} - - - - - - {!isCheckout ?