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
Now and then I get this error in the JavaScript console:
Error en el mapeo fuente: TypeError: NetworkError when attempting to fetch resource.
URL del recurso: moz-extension://50acaf37-b8f3-48d3-99f4-6408e93480ef/browser-polyfill.min.js
URL del mapa fuente: browser-polyfill.min.js.map
I understand it happens because you bundle browser-polyfill.min.js with a link to a source map:
//# sourceMappingURL=browser-polyfill.min.js.map
... but such map is not included.
The text was updated successfully, but these errors were encountered:
Now and then I get this error in the JavaScript console:
I understand it happens because you bundle browser-polyfill.min.js with a link to a source map:
... but such map is not included.
The text was updated successfully, but these errors were encountered: