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
Would result in b being removed from the object because no a was found. This is unexpected behavior. If there is a real use case for this, we need another flag that means "only allow b from the rename, otherwise remove" which is by itself very odd. A better logic would be to forbid b unless it is from the rename.
Either way, I am changing this and if there is real need for the existing behavior, we can look into the proper way to support it.
The text was updated successfully, but these errors were encountered:
Previously, this:
Would result in
b
being removed from the object because noa
was found. This is unexpected behavior. If there is a real use case for this, we need another flag that means "only allowb
from the rename, otherwise remove" which is by itself very odd. A better logic would be to forbidb
unless it is from the rename.Either way, I am changing this and if there is real need for the existing behavior, we can look into the proper way to support it.
The text was updated successfully, but these errors were encountered: