I have page (create request) with form which have path requests/request. After save form is redirected page to detail of that request with path requests/request?id=1.
When i try go to create request page by navigation menu button from detail of created request, queryParam is removed (I have again requests/request), but page is not refreshed to default state and some data stay loaded at component.
When i redirect from another page to create request page is component loaded at default state. Create request and detail of request is one component.
When i go from detail page (requests/request?id=1) I want to have create request page (requests/request) at default state like when i go from another page.
Can you help me what i do wrong ?