PostgrestError is imported ... but never used & FunctionRegion, FunctionsError, ... are imported ...
🟡javascript
Any ideas where they are coming from and how to fix this? (Nuxt Supabase)
FunctionRegion, FunctionsError, ... are imported ... but never used These come from unused imports inside @supabase/supabase-js (or a layer around it) as seen in the paths: node_modules/.pnpm/@supabase+supabase-js@.../node_modules/@supabase/... This is bundler/optimizer noise
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.