I have an upload component where we can upload files.
When the file is in progress and if a user clicks on another component like an Existing File(use can see in Image) which in this case doesn't change the route, I want to show the confirmation Modal to the user and if he clicks okay then he'll move to another component otherwise stays on this component.
I have seen the approach for the route change but I'm asking about component switch within the same route
.