[0.8] readOnly
properties do not receive the initial value specified by value
#1393
Labels
readOnly
properties do not receive the initial value specified by value
#1393
Considering the following contrived element:
And the following usage:
The following will be logged to the console:
undefined
This has impactful consequences when using
readOnly
properties as dependencies of computed properties. If thereadOnly
property remainsundefined
, the computed property will never be computed.The text was updated successfully, but these errors were encountered: