Variant selection based on dynamic value is not working

I have a component with a single-select variant that has 4 possible values.

I’m repeating the component based on the result of a GraphQL query and setting the variant with a dynamic value, but the variants simply aren’t showing in Studio or in the browser.

So basically the variant (CategoryDisplay) has 4 possible values (vernture-community, etc)

The variant is determined with a repeating value

image.png

And that value is coming from this graphql query:

Yet the rendered items show only the base styles:

Any idea what I’m doing wrong here?

Hey Mike! Thank you for reporting it. Can you send me your project ID so I can take a look to see if there’s a bug on our side or some quick workaround? If you set some text to the dynamic value currentItem.category does it show the expected content?