destiny
destiny copied to clipboard
ReactiveValues should probably flatten
When a reactive value is assigned to another reactive value, or returned from the callback of computed()
, RV::truthy()
, RV::falsy()
, RV::pipe()
etc., it should probably be flattened for convenience, similar to how promises flatten.