Normalizes the given maybeReactive value to a reactive getter.
maybeReactive
Returns the argument as-is if it's already a function. Returns a function dereferencing the signal or value otherwise.
Normalizes the given
maybeReactivevalue to a reactive getter.Returns the argument as-is if it's already a function. Returns a function dereferencing the signal or value otherwise.