After the recent release of the Polaris Web Components (a few days ago), the ColorField component seems to have stopped working as expected. When selecting or changing color, the value property does not update accordingly. It was functioning correctly before.
Steps to Reproduce:
Seems like the same bug is in the documentation page ColorField
<s-color-field
onChange={(e) =>console.log(e.currentTarget.value)} <-- this logs null
/>