Creates a WritableSignal in an "unset" state.
WritableSignal
If .get() is called before the Signal's value is updated, then an "unset" Error is thrown.
.get()
Error
Optional
Creates a
WritableSignal
in an "unset" state.If
.get()
is called before the Signal's value is updated, then an "unset"Error
is thrown.