Component only shows on second render

Video: Plasmic - component only showing on second render

this component only shows when the modal it is contained in is closed and reopened again

I have also tried to add it (the NewsletterForm component) directly via PlasmicStudio and address it as an element:

but if I do that I am not able to drive its stage variant. the afterSubmit variant is not reflected

1 Like

Hi, can you provide more context on this?

How is this page being rendered? SSG, SSR, CSR?
Can I see the buggy behavior in a live page?

Since you are using <PlasmicComponent /> it may be necessary to fetch the component information from our servers if you don’t prefetch it. That is why there is a prefetchedData prop for the <PlasmicRootProvider /> Get started with Next.js | Learn Plasmic

1 Like