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
{{ message }}
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.
@robisim74's solution is correct. Domino (the SSR DOM) has no implementation of MutationObserver, although there is an ancient issue open for it in the Domino repo. But this is definitely not a Universal issue, so closing.
I think it is a bug
ERROR ReferenceError: MutationObserver is not defined
No errors
What is the motivation / use case for changing the behavior?
Please tell us about your environment:
I tried MutationObserver polyfill, but that one throws another error because it uses
window
so it won't help in Universal.I also found this old issue here fgnass/domino#80
Is there a workaround or anything I can do to fix it?
The text was updated successfully, but these errors were encountered: