The latest version is breaking my Nuxt 2 SSR website as HTMLElement (defined as a prop type) is not defined on the server. window is probably the same.
As a quick workaround, I ended up just creating my own component with the code from this library's component, minus the breaking HTMLElement propType.
The latest version is breaking my Nuxt 2 SSR website as HTMLElement (defined as a prop type) is not defined on the server.
windowis probably the same.As a quick workaround, I ended up just creating my own component with the code from this library's component, minus the breaking HTMLElement propType.