ArcadeApps / ttv-nowplaying

OBS Overlay for displaying spotify song names
GNU General Public License v3.0
0 stars 0 forks source link

Module augmentation issue with authjs #1

Closed ArcadeArchie closed 1 year ago

ArcadeArchie commented 1 year ago

got some weird issue with augmenting, the types from @auth/core/types worked around it for now with info from here https://github.com/nextauthjs/next-auth/issues/6640

might be a pnpm related issue, needs testing and conformation

ArcadeArchie commented 1 year ago

same workaround required on npm, so not a pnpm issue

ArcadeArchie commented 1 year ago

looking at the package.json's @auth/sveltekit depends on @auth/core 0.8.2 while we pulled the latest 0.9.0

ArcadeArchie commented 1 year ago

yep version mismatch caused the error, gotta downgrade @auth/core to 0.8.2