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 lookup users right now for the sharing modal, we're spamming the api and fire a request for every single character types. This is leading to the calls ultimately failing and the UI to hang.
We should make sure this is debounced.
The text was updated successfully, but these errors were encountered:
When we lookup users right now for the sharing modal, we're spamming the api and fire a request for every single character types. This is leading to the calls ultimately failing and the UI to hang.
We should make sure this is debounced.
The text was updated successfully, but these errors were encountered: