You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After #384 implementation, a minor bug is also a suspect of this slow modal opening.
Whenever we open the Filter modal, the query params are cleared, which eventually clears the current filter & sort as well.
It causes the ContactList component to be rerendered.
Screen.Recording.2021-07-25.at.18.27.27.mov
Expected Behaviour
Opening the Filter modal should persist the query params.
Additional Information
If this bug is solved, there's a high chance that the slow modal opening will be resolved.
The text was updated successfully, but these errors were encountered:
Description
After #384 implementation, a minor bug is also a suspect of this slow modal opening.
Whenever we open the Filter modal, the query params are cleared, which eventually clears the current filter & sort as well.
It causes the
ContactList
component to be rerendered.Screen.Recording.2021-07-25.at.18.27.27.mov
Expected Behaviour
Opening the Filter modal should persist the query params.
Additional Information
If this bug is solved, there's a high chance that the slow modal opening will be resolved.
The text was updated successfully, but these errors were encountered: