Search
Star
Feedback
Setup for Free
Β© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
How to fetch with 2.0.0-rc.10 and Typescript - Supabase
S
Supabase
β’
4y ago
β’
9 replies
user8923
How to fetch with 2.0.0-rc.10 and Typescript
Typescript is barking at me when trying to fetch data with 2
.0
.0
-rc
.10 as follows
:
const response = await supabase
.from<Task>("tasks")
.select("*");
const response = await supabase
.from<Task>("tasks")
.select("*");
I get a
"No overload expects 1 type arguments
, but overloads do exist that expect either 0 or 2 type arguments
.
" error
.
I can
't figure out what it
's expecting as a second generic type parameter
. Thanks
!
Supabase
Join
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
How to fetch 2 tables in one query?
S
Supabase / help-and-questions
4y ago
How to make transaction with TypeScript
S
Supabase / help-and-questions
4mo ago
Can't login using js-v2 rc.10
S
Supabase / help-and-questions
4y ago
Supabase JS RC 2 - Unable to get count of rows
S
Supabase / help-and-questions
4y ago