Closed talyssonoc closed 5 years ago
@loweoj you can do it explicitly:
const clonedUser = user.clone({ favoriteBook: user.favoriteBook.clone() })
I want to leave it open that way for cases when you want to clone some of the nested structures but not others, this is the most general case.
@loweoj you can do it explicitly:
I want to leave it open that way for cases when you want to clone some of the nested structures but not others, this is the most general case.