Hi everyone,
When the web pages are built on Plasmic load, there is a delay that makes a weird glitch; look at the gif I recorded. It would be great if someone to guide how to solve it.
Thanks in advance ![]()

Hi everyone,
When the web pages are built on Plasmic load, there is a delay that makes a weird glitch; look at the gif I recorded. It would be great if someone to guide how to solve it.
Thanks in advance ![]()

Hi Vital, your AnnouncementBar component is composed of a tag Link <a> which has children, this can cause hydration errors which is likely what is happening on your project, if you change the tag type to Box <div> this error should stop happening, we are working on improving handling and notification of these situations in studio
Thanks a lot, @fmota. This fixed the issue ![]()