Invisible <s-select value

Hey team,

Facing a bit of an odd issue where select ‘values’ are not being shown. In this example, we’re only using <s-select value="val"> - and not using the selected or defaultSelected props on the <s-option>. But, we’ve replicated using those properties also.

It’s also worth noting that this intermittent, which leads me to believe this is potentially a SSR issue.

CleanShot 2025-11-19 at 14.29.26

Has anyone seen something similar? Any recommendation on things to try?

EDIT: It also does look like the ‘value’ property is computed correctly

I’ve experienced this as well, and the issue was completely random. Sometimes it was showing the value, sometimes not. I suppose you’re working on React 19 ? React 19 and Polaris web components have ton of weird bugs, especially when using SSR.

We see this specific one on both React 18 and 19, and across browsers (Chromium, Safari, Firefox).

Good to hear it’s not just us, thank you!