Manuel Ghizzoni
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.  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.