Suhaib Fida

Results 1 comments of Suhaib Fida

I found the solution for the issue. The problem was with the error handling logic. ✅ Updated logic: const errmsg = this.props.error?.response?.body?.error || null; error = {this.state.error || errmsg ||...