Open 0kku opened 2 years ago
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.
computed()
RV::truthy()
RV::falsy()
RV::pipe()
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.