Issues with previewing Plasmic page in React app.

I’m trying to integrate Plasmic into an existing React app and I’m running into some issues with previewing my page in the studio

I went through the basic config and was able to render a page. Then, I added the /plasmic-host route and configured the app in my project. That worked and I can see my app in the studio but Plasmic elements and my own custom elements are pushed out of the preview and I get this error when clicking in the preview:
Plasmic cannot determine which layer the the clicked element belongs to. This happens typically on code component where Plasmic doesn't know the structure of the DOM in the component.

The elements do render correctly on my actual app, though.

Hi @impartial_cardinal! Could you share your /plasmic-host page implementation?

Sent you a DM