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
analytics-browser-2.4.0-min.js.gz:1 Uncaught (in promise) TypeError: Failed to execute 'observe' on 'MutationObserver': parameter 1 is not of type 'Node'.
at analytics-browser-2.4.0-min.js.gz:1:55953
at analytics-browser-2.4.0-min.js.gz:1:2282
at Object.next (analytics-browser-2.4.0-min.js.gz:1:2387)
at analytics-browser-2.4.0-min.js.gz:1:1303
at new Promise (<anonymous>)
at r (analytics-browser-2.4.0-min.js.gz:1:1048)
at Object.setup (analytics-browser-2.4.0-min.js.gz:1:55078)
at e.<anonymous> (analytics-browser-2.4.0-min.js.gz:1:6781)
at analytics-browser-2.4.0-min.js.gz:1:2282
at Object.next (analytics-browser-2.4.0-min.js.gz:1:2387)
Expected Behavior
Normally there shouldn't be any console errors.
Current Behavior
Occasionally we get this console error:
Possible Solution
The error suggests a race condition as highlighted here: https://stackoverflow.com/questions/40398054/observe-on-mutationobserver-parameter-1-is-not-of-type-node
Steps to Reproduce
Unfortunately it's not reproducible on demand. It happens randomly.
This is the code I use:
Environment
The text was updated successfully, but these errors were encountered: