plasmicapp / plasmic

Visual builder for React. Build apps, websites, and content. Integrate with your codebase.
https://www.plasmic.app
MIT License
4.72k stars 382 forks source link

Duplicated content in some pages of my app #46

Closed ImaginaSergio closed 1 year ago

ImaginaSergio commented 1 year ago

Hi all, I'm getting an strange error in my next application. In some pages, such as this, when you enter and reload the page, there is some duplicated content. But if you inspect the page, you can see that this duplicated content is outside the _document.tsx page (I mean, the div with the id="__next").

I'm attaching a screenshot of the console so you can check it too. Captura de pantalla 2022-08-01 171021

AdrianBlancoGarcia commented 1 year ago

Wow, I have the same problem!

IcaroG commented 1 year ago

Hey, can you share a link for the repository if possible and also the project id? Feel free to send me a PM in our community slack too

ImaginaSergio commented 1 year ago

Sure, let me prepare the repo (It's stored in our private organization) and I will send you the PM.

IcaroG commented 1 year ago

This was caused by a hydration issue. Solved by removing nested button tags.