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
this is a bit surprising to me, but apperently the order in which object entries are created affect the output of unflatten
see here: https://tonicdev.com/lipp/flat-issue
a solution seems to be to itereate through the object keys sorted by length.