GenSpectrum / dashboards

3 stars 0 forks source link

chore(website): patch auth-astro - manually import types from next-auth/react #323

Closed fengelniederhammer closed 1 week ago

fengelniederhammer commented 1 week ago

Summary

A copy of #322 to be merged into main instead of into another PR.

The dependency is not installed transitively - we don't want to install it ourselves We have to satisfy Typescript and the linter here. I originally fixed the build with auth-astro in #307, but this seems a better fix, since it simply removes the imports from the missing dependency.

Screenshot