cli
cli copied to clipboard
update method issue after updating supabase and make types gen
Argument of type 'any[]' is not assignable to parameter of type 'never'.ts(2345)
To Reproduce
- may after Generating types (usually run without an issue)
- may after upgrading the packages
System information
-
OS: macOS Sonoma 14.3.1 (23D60)
-
devDependencies: "supabase": "^1.110.1",
-
dependencies: "@supabase/supabase-js": "^2.39.4",
-
Version of Node.js: v21.6.1
note that : when removing database.types.ts file issue got disappear