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
Noticed that if the Card component is not loaded on the page when embedding HTML from the backend APIs, nothing will render on the page.
I assumed this might not work in all browsers since they don't all support DSD and that we might have to use a polyfill, but shouldn't Chrome at least?
For comparison, if I look at the WCC based example, I can go to the products page with JavaScript disabled and still see the product listings. (the button might not work, but the cards at least render) https://greenwood-demo-adapter-vercel.vercel.app/products/
The text was updated successfully, but these errors were encountered:
Noticed that if the Card component is not loaded on the page when embedding HTML from the backend APIs, nothing will render on the page.
I assumed this might not work in all browsers since they don't all support DSD and that we might have to use a polyfill, but shouldn't Chrome at least?
For comparison, if I look at the WCC based example, I can go to the products page with JavaScript disabled and still see the product listings. (the button might not work, but the cards at least render)
https://greenwood-demo-adapter-vercel.vercel.app/products/
The text was updated successfully, but these errors were encountered: