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 I click on the file name, I see the related (minimified) code is
{key: "dispatch",value: function(e){vart=this;returnnewPromise((function(n,i){t.serializedMessageSender(t.extensionId,{type: a.DISPATCH_TYPE,portName: t.portName,payload: e},null,(function(e){vart=e.error,a=e.value;if(t){varo=newError("".concat("\nLooks like there is an error in the background page. You might want to inspect your background page for more details.\n").concat(t));i((0,r.default)(o,t))}elsen(a&&a.payload)}))}))}},
The extension I'm working on freezes randomly with the current error message:
When I click on the file name, I see the related (minimified) code is
It looks like the Issue comes from this line
webext-redux/src/store/Store.js
Line 160 in 8e9aeee
My guess is that we should check if resp is defined and if it is undefined we should check the error coming from runtime.lastError
The text was updated successfully, but these errors were encountered: