Jorge Garnica Blanco

Results 3 comments of Jorge Garnica Blanco

I'm arriving a little bit late, does anybody know about the following bug? I think it is related to the issue or at least is similar https://stackoverflow.com/questions/77272006/react-d3-tree-zoom-and-drag-not-working-on-next-js-13

Having the same problem using custom themeProvider. Here my files. customTheme.tsx ```ts import { COLOR_PRIMARY, COLOR_SECONDARY } from '@/constants'; import { createTheme } from '@mui/material'; export const angelesTheme = createTheme({...

Ok, the only way in the meantime is using `fetch`, at least that worked for me