You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Record.like just recreates the record with the same layout. But, arguably, it should recurse and call Signal.like on individual signals, so that the code that does something like:
Currently,
Record.like
just recreates the record with the same layout. But, arguably, it should recurse and callSignal.like
on individual signals, so that the code that does something like:has the expected result.
The text was updated successfully, but these errors were encountered: