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
It would be nice if book.proposed.title === book.proposed.author.books[i].title in the case book === book.author.books[i], for all the paths that apply.
Both the proposed and original entries assign the leaf given its path, without concern about other paths that refer to the same value under the same reference. Thus, the others end up being undefined.
The text was updated successfully, but these errors were encountered:
It would be nice if
book.proposed.title
===book.proposed.author.books[i].title
in the casebook === book.author.books[i]
, for all the paths that apply.Both the
proposed
andoriginal
entries assign the leaf given its path, without concern about other paths that refer to the same value under the same reference. Thus, the others end up beingundefined
.The text was updated successfully, but these errors were encountered: