Array of array support
arushs opened this issue · 3 comments
arushs commented
I'm interested in understanding how we would support arrays of arrays with store model.
I could do something like defining a new type with Store model that then stores that array but that seems a bit cumbersome.
DmitryTsepelev commented
arushs commented
Yup exactly. I made my own type for this but it seems like its a type StoreModel could support out of the box.
DmitryTsepelev commented
Maybe 🙂want to do a PR?