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
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 text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
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 text was updated successfully, but these errors were encountered: