Mariano Malomo

Results 6 comments of Mariano Malomo

I try everything it says here and in other topics and nothing works 100%. It works the first time, maybe the second time and then it doesn't work anymore until...

> > having the same issue after upgrading to 5.5.5. > > Correct, my fix has to be released as a `5.5.6`. excellent! when would that be?

To avoid installing Material-UI you can use this: ``` import { Fragment, ReactNode, useEffect, useLayoutEffect, useState } from "react"; type Props = { children: ReactNode; } function NoSsr(props: Props) {...

Can we merge this and release a new version?

Can we merge this and release a new version?

> > Let's use the second solution. Whhat errors did you run into locally? You should be good with `pnpm i` and then `pnpm dev:website` > > At first I...