Returns the current .value of the given signal, or the input argument itself if it is not reactive.
.value
The access to .value is not tracked.
Use untracked in combination with getValue instead.
Returns the current
.valueof the given signal, or the input argument itself if it is not reactive.The access to
.valueis not tracked.