Actions
Task #2963
closedReact-router - extend a component key with URL search parameters.
Start date:
09/24/2021
Due date:
% Done:
100%
Estimated time:
Owner:
Description
Now is component key automatically composed from url. So if some part is changed, then new component will be created.
I need to extend the key with search parameters (location.search). Because if the search parameters also change, we have to create a component.
For example, for universal search in a situation where the identity table is already open and we want to set a different filter value (by changing the URL).
This can be a potentially dangerous change, so I'm creating an extra task for that.
Actions