updateState(props) {
            this.setStore(props);
            this.setState(state => ({
                key: `${state.key}-0`
            }));