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 seems that lists are being merged with default when they are missing an element. I would have expected the members object to not borrow from default if it has been declared within a config.
If there is another way of structuring this data to achieve the desired effect, I'd be open to that too - It does however seem this would be the desirred behavior.
We should document this better, but it is expected behaviour.
The new values get merged recursively into the default values.
I could probably invent workaround using two separate values for all_members and team_members and then have logic in your app that merges / replaces these in the way you want.
It seems that lists are being merged with
default
when they are missing an element. I would have expected themembers
object to not borrow fromdefault
if it has been declared within a config.Specifically, in this example,
Sally
should not show up in thedata_science
configuration.Created on 2024-11-15 with reprex v2.1.1
The text was updated successfully, but these errors were encountered: