Content Inputs data binding preview not working

Hello, I am implementing builder into my Shopify Hydrogen site.
These are my package versions:
@builder.io/sdk-react”: “^3.0.0”,
@remix-run/react”: “^2.10.1”,
@remix-run/server-runtime”: “^2.10.1”,
@shopify/hydrogen”: “^2024.7.8”,
@shopify/remix-oxygen”: “^2.0.8”,

Everything works great but the main thing I can’t get to work is using previewing values for Content Inputs. As an example I have a symbol I am calling a “Product Card” it has as a content input a “Text” field. I can set a default value or change the state directly under the “Content State” tab, but if I bind the data to a label the label will be empty. It’s only when I import the “Product Card” symbol into a page and set the value of the text field within the “Block Options” tab that I can actually see the data come through on the label. This makes creating symbols very hard because I can’t preview what they will look like.

Any help would be greatly appreciated!
Thank you!