authListener.unsubscribe is not a function

Hiya! I am new to supabase and I am trying to implement it with NextJs and already found some helpers (https://supabase.com/docs/reference/auth-helpers/next-js). However, I always get this error from the UserProvider component:
Uncaught TypeError: authListener.unsubscribe is not a function.
Can somebody help me with this? Thank you very much. I am using typescript btw.
Was this page helpful?