Kacper Krzywiec
Kacper Krzywiec
> Also, I reviewed all the percy snapshot changes and there is [this one](https://percy.io/commercetools-GmbH/ui-kit/builds/21319643/changed/1188448271?browser=chrome&browser_ids=23&subcategories=unreviewed%2Cchanges_requested&viewLayout=side-by-side&viewMode=new&width=1024&widths=1024) I think we need to double check. It's probably ok, but it would be great to...
> It seems `columns` signature renders a little bloated. Is there anything we can do to render it more clear as the others? > >  > >  Thanks,...
Thank you again for reporting this issue. I am wondering if a wrapper component used with your proposed solution might be an acceptable solution: ```jsx import styled from "@emotion/styled"; const...
Thank you for your reply and sharing another solution. Let me share our train of thought on that. From the UX point of view `CollapsiblePanel` is a wrapper component rendering...
Many thanks again for your reply and providing the code sample. We will need more time for researching how the defaults would influence all the use cases
Hi @ManjushaPillai, We think the problem might be related to the permissions management in the routes files you provided. Could you please provide the code of the `constants.js` file so...
Hi @ManjushaPillai, So we think the problem might be related to how you resolve your `entryPointUriPath` in the `constants.js` file. As you are now using different values for the entry...
Hi @pandiarajan-nu, Thanks for sharing your `package.json`. Does `mc-scripts build` script currently work (as it is essential for successful builds and, hence, deployments)? Please note that this script additionally compiles...
Closing PoC, PR replaced by #2839
For the time being the migration is blocked by failing storybook builds. The issue (as I see it) is the overall amount of modules (installed with pnpm) to process with...