Martin Amalraj

Results 3 comments of Martin Amalraj

@vuchan you are right after return it's working perfectly. Below is my working code, axiosInstance.interceptors.request.use((request) => { this.setState({ showSpinner: true}); return requestHandler(request); }, (error) => { console.log('Interceptor error', error); this.setState({...

I am also facing the same above issue. Any solution for this ?

The above example will work for single remove. My case i want to remove multiple FormControls from FormGroup then need to push new multiple FormControls in the same FormGroup. At...