K3vinF
K3vinF
'prop-types' is defined as a peerDependency. However when it not installed it causes the error `Module not found: Can't resolve 'prop-types'` So, either 'prop-types' should be listed as a dependency,...
I see that React is listed as a dependency in package.json. It looks like this causes React code te be injected into the generated javascript in the /dist of the...
### What happened? We are developing our own component library, based on / extending storefront-ui The library is hosted as an npm package in our hosted Gitlab instance. When I...
### Add more (cart) events for Google Analytics ecommerce tracking For implementing of [Google Analytics Ecommerce reporting](https://developers.google.com/analytics/devguides/collection/ga4/ecommerce?client_type=gtag) it would be nice if there would be more events to respond to....
### Description I found the documentation for plugins to be slightly confusing and laking some basic concepts. ### Acceptance criteria - [ ] Update documentation
### It is not clear from the documentation what '@' and '@theme' mean. When overriding / copying a component from the base theme it is confusing what import like this...
This looiks to be a regression from https://github.com/next-boost/next-boost/issues/3 When a page is no longer available after the page was cached, next-boost keeps serving it. It is marked as 'stale', but...
If I understand correctly, each within a element is allowed to have a size attribute? -> https://developer.mozilla.org/en-US/docs/Web/HTML/Element/source However it looks like react-responsive-picture doens't pass the sizes attribute through to the...