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
There is a packaging issue in the library. For SSR apps, it works on client side but not on server side (only after the build - during dev, there is no issue).
Workaround give by Nuxt team is to "transpile" it: nuxt/nuxt#26375
Describe the bug
There is a packaging issue in the library. For SSR apps, it works on client side but not on server side (only after the build - during dev, there is no issue).
Workaround give by Nuxt team is to "transpile" it:
nuxt/nuxt#26375
To Reproduce
https://stackblitz.com/edit/github-qytiun
Expected behavior
Module shall be properly packaged in order to allow usage without transpiling it in Nuxt.
Additional context
N/A - refer to reproduction code
The text was updated successfully, but these errors were encountered: