HeroSony

Results 9 comments of HeroSony

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) ![image](https://user-images.githubusercontent.com/4160246/68592038-baa99b00-04c4-11ea-9f46-2d323ad34947.png)...

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 ` `