Open maraf opened 1 year ago
It's not only about detail components, but eg. Timeline has the same problem as it is used in being detail.
We need to maintain previous param values and check if they changed per-component. SetParametersAsync
is called twice with the same values on hard reload.
Fixed timeline. The rest is postponed for the moment.
Currently detail page components load data in
OnInitializedAsync
which doesn't reflect changing parameter values and navigation to the same page with different value (eg. link from being detail to being owner)