Diego Tonini

Results 45 comments of Diego Tonini

@arundna You can close. After second deploy on staging I think problem is fixes

Maybe in you locale pc "nvm use --lts" switch to different version?

Mayne check my [previus question ](https://github.com/developit/microbundle/issues/980)

I can fix using this flag but in a CI?

Same problem for my company. This happen in pipeline with jenkins but also in my localhost. This happen also in a production env (we did not touch code since 3...

@MikeMcC399 Cool. I used docker in different project for specific chrome versione. Solve some problem but create others one :)

What version of styled component? What version of types react/react-dom? I had similar issue in a project when I upgraded to react 18

Can you provide example? because ``` const MyDiv = styled.div` text-wrap: balance; ` ``` works