Jonathan Adami

Results 6 comments of Jonathan Adami

First thanks for answering, and full disclosure, I'm far from an nginx expert. But I've discovered that my php rule wasn't matching properly with the quotes and was working fine...

I'm tagging in here, I have a similar issue with MUI. I've added my module augmentations in my env/mui/typescript/styles.d.ts ``` import { PaletteColorOptions } from "@mui/material"; declare module "@mui/material/styles" {...

I strongly agree with @jhirn here, I came here for the same issue with a different origin, we shouldn't have to add dependencies to our project that aren't directly used...

I think he couldn't do this ;) (teasing) but yeah I have the same issue now!

Not entirely sure but it might be due to this: https://github.com/marcocesarato/react-native-big-list/blob/master/lib/BigListSection.jsx#L55 picking the style from the child, and still using the child as is. It works if I wrap my...