The unflatten() function does not work with partially flatten object. ``` const object = { property: { ["nested.property"]: 5 } }; const unflatten = unflatten(property); ``` The unflatten object would actually not be unflatten