I’m using Plasmic (Codegen) in a Next.js project and encountered the following problem, I’m not sure if it’s a bug, maybe I missed some point:
I create code components, register them, the components are added to Plasmic Studio.
But on the canvas, as you can see on the screenshot, the components are not displayed:
Is it just specific components that are having the issue? If you try rendering a simple div like the Hellow World example from the Next.js quickstart, does that work for you?
Can you try the suggestions here?
Try from a brand new create-plasmic-app. Are you able to get the Hello World example from the Next.js quickstart to show up?
From there, try to debug and see what are the differences with your own codebase.