Error when invoking `signInWithOtp` method on `auth` property of supabase client
I am going through nextjs+supabase quick start guide and got stuck with signing in. In the guide it says after instantiating supabase client
signInWithOtp method would be available for signing in but when I use it I get an error saying that there is no function as signInWithOtp exists on auth property of supabase client. Full error look as _utils_supabaseClient__WEBPACK_IMPORTED_MODULE_3__.supabase.auth.signInWithOtp is not a function.Has anyone else come across this issue?