Jonas Tolentino

Results 9 comments of Jonas Tolentino

> For anyone looking for a full next.config.js solution that removes the warnings, here's what I use: > > ```js > const withPWA = require('next-pwa') > const runtimeCaching = require('next-pwa/cache.js')...

Sadly, same problem here. I'd to use overflow-x:hidden on mobile to solve it.

Same erro here : / > "storybook": "^7.1.0" ![Screenshot 2023-07-24 114242](https://github.com/storybookjs/storybook/assets/19959770/5b9baa44-7ec1-47b9-b86a-901367daba52)

Oh my !! All company websites where we used the plugin failed with this new Instagram block! **_Sad_**

![image](https://github.com/user-attachments/assets/dab6dd56-a286-4ea3-9c3c-313ab3b592e0) 07/31/2024

`docker compose up --menu=false` works like a charm for me.

> @makinbacon21 @florimon you can turn it off using an ENV var: > > ``` > COMPOSE_MENU=0 > ``` > > We are looking at a fix Local env and...