What is the reason for following error : NotFoundError: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node
问题 I am working on ionic react . I have an error as shown in image . I got this error on clicking a button to fetch the data from API and update the content of the page . After debugging I found that error is occurring in Ionic slides. What can be the reason and solution for the following error? <IonSlides options={slideOpts}> { assignedOrderData.map((item1: any) => item1.map((item: any) => <IonSlide> <IonGrid id='dashboard-orders'> <div onClick={() => history.push(`/myorderdetails/${item.order