Hi all,
I would like to know how to fix this issue (if it is possible):
When submitting a form, I navigate from one page to another. On the page I land on after the submission, I attach some parameters like “?something=…” to the URL.
I have an element in the new page that should render if this parameter exists or not.
Everything works just fine but I have a weird behavior that I can’t fix: when the page loads I see the element that should conditionally render appearing and then disappearing (even if it should not be rendered at all) a few instants later. This is not affecting the web app functionality but the UX.
Is it possible to fix this behavior?
Thanks
Luca