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
When we enter some value to search input on first view (with Content types list) and after that we change it again but previous triggered request doesn't complete the latest value'll be changed to the first (to that value which started the first GET request).
Propositions to solve this issue:
add spinner + disable inputs (search and dropdowns) when loading (you can try to use useNavigation hook from react-router)
The text was updated successfully, but these errors were encountered:
When we enter some value to search input on first view (with Content types list) and after that we change it again but previous triggered request doesn't complete the latest value'll be changed to the first (to that value which started the first GET request).
Propositions to solve this issue:
The text was updated successfully, but these errors were encountered: