react-routing-mobx-bootstrap-boilerplate icon indicating copy to clipboard operation
react-routing-mobx-bootstrap-boilerplate copied to clipboard

guestStore in GuestStore.js function fromJS is not defined

Open jackhung opened this issue 8 years ago • 0 comments

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 ?

jackhung avatar Sep 04 '16 05:09 jackhung