HeroSony
HeroSony
Any solutions?
I've tried to change something in package.json in saleor-storefront and run docker-composer build again to make docker run npm install step again and now it works.
Just edit something, in my case, I add axios to package.json, because Docker cached every step so you have to modify something on any step you think causing the problem.
Hi @gaetanozappi , thank for reply and sorry for not including the code. ```DrawerComponent.js``` ``` ... render() { return ( { return e > 99 ? '99+' : e }}...
Hello @gaetanozappi Below images are tested on 2 devices: I set ```percent = {75}``` and, removed ```overlayColor: 'rgba(0, 0, 0, 0.5)'``` - Galaxy Grand Prime (Drawer not yet open) ...
I think you need to re-render state: ```javascript handleSetLanguage = key => { strings.setLanguage(key); this.setState({});
@minhtet7674 because this.setState will reload the whole component.
I got that error too. already follow https://stackonfire.mintlify.app/quickstart and start `pnpm install && pnpm run dev ` `