cli icon indicating copy to clipboard operation
cli copied to clipboard

update method issue after updating supabase and make types gen

Open mostafaac30 opened this issue 1 year ago • 1 comments

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
Screenshot 2024-02-14 at 4 27 59 AM

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

mostafaac30 avatar Feb 14 '24 02:02 mostafaac30

note that : when removing database.types.ts file issue got disappear

mostafaac30 avatar Feb 14 '24 02:02 mostafaac30