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
Added a try, except clause to make sure that we don't try to store the API results to the local storage if there is not enough space in the local storage.
Test plan
GIVEN the project editor
WHEN the local storage is full (e.g. Chrome)
THEN all typeaheads should still be loaded
Issue description
When trying to store the API responses in Chrome, this error shows up:
Uncaught QuotaExceededError: Failed to execute 'setItem' on 'Storage': Setting the value of 'cachedAPIResponses' exceeded the quota.
The text was updated successfully, but these errors were encountered: