Live edit and preview with structured data model

Builder content link

Builder public api key
17296a8e8a404a0f91169003af64ab5e

What are you trying to accomplish
I am using a Structured Data model for the fields on my homepage, and it is working well in preview mode except for updating the preview when I change the field data in the Builder.io sidebar. In order to see the changes, I have to publish the page, then refresh the preview.

I have successfully integrated Page models for this site and the live edit in the preview works well, it’s only when I’m using structured data that the page does not update.

Screenshots or video link

Code stack you are integrating Builder with
I’m using the Hydrogen framework, so I’m using React, Redux, and Gen2 of the SDK (@builder.io/sdk-react).

Reproducible code example
If you are having integration errors, please link to codesandbox or copy and paste your problematic code here. The more detail the better!

Hi @scottbuckii Welcome to Builder.io Forum!

I can see the issue with your content. It seems you are using an old version of React SDK. You can see it here @builder.io/react - npm latest one is 3.2.8. Each version includes bug fixes and improvements so I would recommend updating packages to see if that helps:

npm update @builder.io/react or yarn i @builder.io/react