This element (or at least it's dist code) does a lot of window
variable usage, breaking an SSR app, since there's no window
on server-side. Error might be like that (this one's from an Angular app):
$ cd dist && node server
<app_workdir>\dist\server.js:250113
const nativeShadow = !(window['ShadyDOM'] && window['ShadyDOM']['inUse']);
^
ReferenceError: window is not defined