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(); } 


Popular posts from this blog

node.js - How do I prevent MongoDB replica set from querying the primary? -

c# - Randomly pick a specific int from a 2D Array -

php - Angularjs http.delete is not working after deploying project on server -