Code components render in studio but not in published page

Hi. I created a new gatsby site to test out the custom react components and I was able to render my components in Studio and add some content, however when I visit the site, the custom component does not render any content, only the wrapper div.

Hi Zsofia, are you using codegen or loader ?

How are you doing your registrations? Are they being correctly run in your production page? (Easiest way to ensure this is to colocate them with the plasmic-init)

@fmota loader
@yang in theory, yes. They appear correctly in Studio, just the component does not render.
Here is the repo with the plasmic-init: https://github.com/MauPalantir/plasmictest3/blob/main/src/plasmic-init.js