Raffaele

Results 12 comments of Raffaele

I can help if you want, maybe I can do it even today if we can define interfaces' methods.

Same for me. Contact is created and set_email worked. When I try to create the deal I get 204 response and no errors but I can't see the deal on...

I have the same problem. Temporary solved wrapping the layout with `NoSsr` (disable server-side rendering at all!!!!) for development purposes but this is not acceptable in production.

Another solution will be to remove [this](https://github.com/mui-org/material-ui/blob/master/examples/nextjs/pages/_app.js#L11-L17) code from your `_app.js` component. You'll end up having a lot of unused css in the page and the class mismatch error will...

@siriwatknp do you have any hints on this? why the backend render something different than the client? Could it be some settings related to responsive design? What else can be?

I'm trying out the latest alpha version (20) against a fresh installation of material-ui 5 (beta.3) with next.js and I'm getting an error: "Cannot use import statement outside a module"...

@woyuen I'm building my own setup script like in the marketplace demo including the logic to initialize the platform contained in the seed script of this project. Basicaly, after calling...

Nevermind... I think the issue was on my side. The flow I described above actually works

@woyuen it was an error on my side, everything works fine now! The seed script is very helpful to quickstart a platform for development purposes. I would make it more...