Hi
I am trying to get Gatsby Cloud Preview working following this guide and this guide.
I'm pretty sure I set up everything correctly but I'm am stuck with a problem that the preview data is not being merged with the graphql query data.
So I get something like this:
The edit is in the preview data but is not being displayed in the page title.
I am also receiving this data in the page data prop like this:
Should I be doing an isPreview check to select between published data and preview data? If so, How do I get the slices since the body object is a proxy (visible in the console image)?
Can someone help me debug this issue?