Hello, I use Router.push() in my project on a page to reload that page with new data.
On this page, the user can interact with inputs etc... that will generate many divs in many different places.
Router.push() is perfectly able to reload the page with new data only if the user hasn't interacted with the inputs and thus created divs.
If the user has interacted with inputs, i will eventually get an error when doing Router.push() (sometimes I don't get an error but the page doesn't reload correctly and some of the divs created by user are still there)
Here's the error that I get :
Unhandled Runtime Error
NotFoundError: Node.removeChild: The node to be removed is not a child of this node