Austin Peterson
Austin Peterson
would be neat to figure out a guest checkout
a lot of stuff has changed if you upgrade even further, should see about updating this PR again to keystone 24
this can be helpful https://github.com/keystonejs/keystone/tree/master/examples-staging/ecommerce
anyone else having trouble uploading images (other than the seeded ones) after upgrading to 24?
I am getting this as well. its because of `iconv`dependency is too out dated
checkout https://github.com/gatsbyjs/gatsby/issues/19618 I am getting a LOT of `page resources for x not found. Not rendering React` showing up in sentry. sounds like might be related to caching?
I think I spent hours one time just trying to figure out how to cp the css file to another directory and I never got it working. (edit: i realize...
any progress on this?
@Andarist what about for react router link. would this be the same? ``` const Button = styled.button(styles) const ButtonLink = styled(Link)(styles) const ButtonAnchor = styled.a(styles) ```