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
If I have javascript-errors-notifier enabled when clicking around my companies teams sites. It causes errors to occur. Disabling the extension resolves the issue.
If I have javascript-errors-notifier enabled when clicking around my companies teams sites. It causes errors to occur. Disabling the extension resolves the issue.
The errors I see are:
TypeError: Converting circular structure to JSON
at JSON.stringify ()
at console.window.console.error (:36:101)
at o (https://statics.teams.microsoft.com/hashedjs/2-vendor.min-b931c13d.js:293:6848)
at https://statics.teams.microsoft.com/hashedjs/2-vendor.min-b931c13d.js:293:7107
at a (https://statics.teams.microsoft.com/hashedjs/2-vendor.min-b931c13d.js:293:7113)
at HTMLAnchorElement.invoke (https://statics.teams.microsoft.com/hashedjs/2-vendor.min-b931c13d.js:293:15423) undefined
or:
TypeError: Converting circular structure to JSON
at JSON.stringify ()
at console.window.console.error (:36:101)
at o (https://statics.teams.microsoft.com/hashedjs/2-vendor.min-b931c13d.js:293:6848)
at https://statics.teams.microsoft.com/hashedjs/2-vendor.min-b931c13d.js:293:7107
at a (https://statics.teams.microsoft.com/hashedjs/2-vendor.min-b931c13d.js:293:7113)
at invoke (https://statics.teams.microsoft.com/hashedjs/2-vendor.min-b931c13d.js:293:15423)
at n.args.(anonymous function) (https://statics.teams.microsoft.com/hashedjs/2-vendor.min-b931c13d.js:293:3908) undefined
Would be great to get it working as it's nice having it while debugging
The text was updated successfully, but these errors were encountered: