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
There's autoMergeLevel1 and autoMergeLevel2 apis, but It'd be great if there's Level3 and 4 etc.
I'm already using autoMergeLevel2 but it wouldn't merge anything that's nested more than 3 levels.
for instance, this is my store
user: {
something: {
anything: {
...,
hello: [] <--- this will not be merged
}
}
}
The text was updated successfully, but these errors were encountered:
There's autoMergeLevel1 and autoMergeLevel2 apis, but It'd be great if there's Level3 and 4 etc.
I'm already using autoMergeLevel2 but it wouldn't merge anything that's nested more than 3 levels.
for instance, this is my store
The text was updated successfully, but these errors were encountered: