in client/src/avocano-shell.js [65:76]
constructor() {
super();
this.route = '';
this.params = {};
this.state = {
config: {},
cart: [],
loading: true,
};
this.childUpdateRequest = this.childUpdateRequest.bind(this);
}