You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
blocks/header/searchbar.js is now powered by scripts/widgets/SearchAsYouType.js
blocks/product-details/product-details.js does not reference scripts/dropins/storefront-pdp/containers/ProductDetails.js at all and rather looks like it relies on several libraries to serve different parts of the details.
blocks/commerce-cart/commerce-cart.js does not reference scripts/dropins/storefront-cart/containers/Cart.js at all and rather looks like it relies on several libraries to serve different parts of the cart.
blocks/commerce-checkout/commerce-checkout.js does not reference scripts/dropins/storefront-checkout/containers/Checkout.js at all and rather looks like it relies on several libraries to serve different parts of the checkout process.
I am not a JavaScript expert, so perhaps these are correct and I am reading the code wrong. If so, apologies for the noise.
The text was updated successfully, but these errors were encountered:
Thanks for the report @bohnertchris. I think this was already on our radar as part of Jira ticket USF-1874, but the additional detail that you provided is helpful.
Some entries in the table labeled "Relationship between the Commerce blocks and drop-in components" appear out-of-date.
https://experienceleague.adobe.com/developer/commerce/storefront/get-started/storefront-structure/#relationship-between-the-commerce-blocks-and-drop-in-components
blocks/header/searchbar.js is now powered by scripts/widgets/SearchAsYouType.js
blocks/product-details/product-details.js does not reference scripts/dropins/storefront-pdp/containers/ProductDetails.js at all and rather looks like it relies on several libraries to serve different parts of the details.
blocks/commerce-cart/commerce-cart.js does not reference scripts/dropins/storefront-cart/containers/Cart.js at all and rather looks like it relies on several libraries to serve different parts of the cart.
blocks/commerce-checkout/commerce-checkout.js does not reference scripts/dropins/storefront-checkout/containers/Checkout.js at all and rather looks like it relies on several libraries to serve different parts of the checkout process.
I am not a JavaScript expert, so perhaps these are correct and I am reading the code wrong. If so, apologies for the noise.
The text was updated successfully, but these errors were encountered: