CodeYellowBV / mobx-spine

MobX with support for models, relations and an external API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix `store.get()` to return multiple models when array is given

SpaceK33z opened this issue · comments

I often want to get multiple models, but right now store.get() can only return one model.