Can I get om-next to normalise nested lists into its default db format? I currently have a list of persons where each has a list of contact-persons and om-next only normalises the top level person list when loading its app state.
@andreasklein you can play with om/tree->db
and om/db->tree
to check if your components/idents normalize your data.