We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Type '(org: string, repo: string) => Promise<any>' is not assignable to type '((args_0: string) => FetcherResponse<{ name: string; description: string; }>) | ((args_0: any, ...args_1: unknown[]) => FetcherResponse<{ name: string; description: string; }>) | ((args_0: Record<...>) => FetcherResponse<...>) | ((args_0: string | ... 2 more ... | Record<...>) => FetcherResponse<...>) | null'.ts(2769)
This error occurres when i use multiple arguments and generics for data
https://codesandbox.io/s/create-react-app-typescript-forked-yjc49?file=/src/index.tsx
Happening since 1.1.0-beta-3 , even on beta 7
The text was updated successfully, but these errors were encountered:
Closed by #1640.
Sorry, something went wrong.
No branches or pull requests
Bug report
Description / Observed Behavior
This error occurres when i use multiple arguments and generics for data
Repro Steps / Code Example
https://codesandbox.io/s/create-react-app-typescript-forked-yjc49?file=/src/index.tsx
Additional Context
Happening since 1.1.0-beta-3 , even on beta 7
The text was updated successfully, but these errors were encountered: