DataGrid and SSR
Hello, I'm trying to use SSR in my project, I'm using next with MUI, I've already configured everything, following the documentation, and I can already visualize the data as I need using console.log, however, when I pass the data as 'initialData' in the DataGrid, nothing happens, if I disable all javascript the table disappears, however, using Antd I did the same thing and it works normally, what can I do?
i create the example in "users" page https://codesandbox.io/p/sandbox/refine-next-forked-67jvtz?welcome=true if you can't see, open in a new tab, thats works for me
i create the example in "users" page https://codesandbox.io/p/sandbox/refine-next-forked-67jvtz?welcome=true if you can't see, open in a new tab, thats works for me

