Manuel Ghizzoni

Results 9 comments of Manuel Ghizzoni

> Hey @atzmanuel, thanks for flagging this out! this would need some fixing on gotrue's `PUT /user` endpoint since i would prefer to name the `redirect_to` param to something more...

Also I would appreciate if you can merge & npm publish asap. Thanks.

> It looks like this change would package everything under `@org/` which could be including far too much. > > Can you give me an example module that is currently...

> > Since I only have a single "@org" package I fixed that way, but the real issue is in Electron Forge API I guess? > > The plan is...

Not related to Ant Design. Check this issue: https://github.com/vercel/next.js/issues/44125 This is how you should do it inside the main layout. ![Screenshot 2023-01-03 alle 12 37 37](https://user-images.githubusercontent.com/29211226/210350079-3fb2c8ab-91a4-4c9c-8913-c4c750381388.png) Note that ConfigProviderLayout is...

> @mghizzo What is `parse`? I tried implementing your solution (without the `parse` function) and now I get errors like: > > ``` > - Expected server HTML to contain...

> @mghizzo That did 🥳 🚀 (almost). I had to install the `html-react-parser` package. > > But, it almost did it 😭. I am using TailwindCSS in my project on...

> i met same problem when using next@13, please solve this bug There is the solution in the comments, please read carefully.