Progress Bar Removing 0 Value

Unable to add a value={0} to the s-progress component, attempted to hardcode, use ref, custom function and set attribute, however during runtime, the value=“0” is removed from the s-progress element and causes and indeterminate state. However i am able to set value=“0” in the DOM, and setting a proper empty progress bar. is there some issue or bug with the component or preact rendering? I am using preact render, and tsx. Versions are all on latest supported stable.

Also is there any info on when we will be able to pass custom colors to components, or at least more options particullary for the progress bar?

for context,
<s-progress value={0} max={100} accessibilityLabel={"Test"} tone={'auto'}/>

there is an existing thread in regards to this issue: [BUG] s-progress `value` not set in DOM when value passed is 0