'@v0/lib/supabase/auth-helpers-nextjs.ts' Obsoleto o que fazer

Ola pessoal estou desenvolvendo um app, e tudo estava funcionando normalmente, mas desde ontem me deparei com esse erro, informando que o @v0/lib/supabase/auth-helpers-nextjs.ts’ esta obsoleto.

Hello everyone, I’m developing an app, and everything was working normally, but since yesterday I’ve encountered this error, informing that ‘@v0/lib/supabase/auth-helpers-nextjs.ts’ is obsolete.

From the latest Supabase docs:

The Auth helpers package is deprecated. Use the new @supabase/ssr package for Server Side Authentication. @supabase/ssr takes the core concepts of the Auth Helpers package and makes them available to any server framework. Read the migration doc to learn more.
We recommend setting up Auth for your Next.js app with @supabase/ssr instead. Read the Next.js Server-Side Auth guide to learn how.

It is worth prompting v0 with something like:

* Uninstall: `npm uninstall @supabase/auth-helpers-nextjs`
* Install: `npm install @supabase/ssr`
* Update authentication setup to use `@supabase/ssr`
* The new package improves TypeScript support and SSR capabilities
* Update the Supabase client config and all auth-related code to the new patterns