react-routing-mobx-bootstrap-boilerplate
react-routing-mobx-bootstrap-boilerplate copied to clipboard
guestStore in GuestStore.js function fromJS is not defined
Am I missing something? guestStore
in function fromJS
GuestStore.js is not defined.
store.guests = array.map(item => GuestModel.fromJS(guestStore, item));
Should it be just store
?