internet explorer - call function after react-router-redux push -
in app have modal form once submitted needs change route , close modal (in order). code below working fine in browsers ie , edge change route , never close modal or call closemodal function. store.pushroute
push react-router-redux. know edit store take callback wondering if there way without editing store component.
onsuccess(formdata, formobject){ store.pushroute(`/${this.props.team_id}/${workspaceid}`); this.closemodal(); }