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
StorageHelper only expects to be used from the background script, but it appears PopupActions is calling it directly.
The messaging should be changed so the other PopupActions methods also receive the updated workspaces from the background script, like PopupActions.openWorkspace already does.
See
PopupActions.deleteWorkspace
PopupActions.renameWorkspace
The text was updated successfully, but these errors were encountered:
StorageHelper
only expects to be used from the background script, but it appearsPopupActions
is calling it directly.The messaging should be changed so the other
PopupActions
methods also receive the updated workspaces from the background script, likePopupActions.openWorkspace
already does.See
PopupActions.deleteWorkspace
PopupActions.renameWorkspace
The text was updated successfully, but these errors were encountered: