In my Application, I have a Search form. You can access the form by adding query Parameter and the form will then be prefield.
What I want to achieve know is, that if you click on the search Icon in the navigation is that the pre-filled state will clear. The link works so the URL in browser changes. But the Component does of course not re-render.
Is there a way to render the component, or just a LifeCycle Hook to catch this?