@vtaits/react-signals or use-signals are expecting a Signal.State or a Signal.Computed in their hooks arguments.
Is there a way to "desugar"/"unwrap" a property decorated with an accessor (@signal)?
Right now, we can't use these implementations with those.
Maybe wrapping them in a computed each time? (seems a bit clunky)
Thanks :)
@vtaits/react-signalsoruse-signalsare expecting aSignal.Stateor aSignal.Computedin their hooks arguments.Is there a way to "desugar"/"unwrap" a property decorated with an accessor (
@signal)?Right now, we can't use these implementations with those.
Maybe wrapping them in a computed each time? (seems a bit clunky)
Thanks :)