when rendering in serverside (i.e. node), getting this error:
Obviously mutation observer is irrelevant to node environment, unless someone goes a long way to polyfill window and the dom.
My suggestion is to skip execution when typeof window === "undefined". (especially window.* calls)