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
hi @wilk , I just published new version for this component.
SSR error is avoid. But I'm not sure if it still works on Server side render.
I've checked Vue's docs and found out that they might want to provide API of document for SSR. But it seems not support events yet. Head Management
Will make this support SSR once they provide the functionality. 😄
Missing support for Server Side Rendering: invoking
document.addEventListener('click', handler)
doesn't work at server-side.The text was updated successfully, but these errors were encountered: