You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently DataSourceClock sets all properties on the given Clock in getValue. A default-constructed DataSourceClock will have all properties undefined which will end up breaking the clock. Instead, DataSourceClock should only copy defined values onto the actual clock instance.
The text was updated successfully, but these errors were encountered:
Mentioned in #4007.
Currently
DataSourceClock
sets all properties on the given Clock ingetValue
. A default-constructedDataSourceClock
will have all propertiesundefined
which will end up breaking the clock. Instead,DataSourceClock
should only copy defined values onto the actual clock instance.The text was updated successfully, but these errors were encountered: