We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 235906a commit 6890016Copy full SHA for 6890016
packages/solid/src/create-uploadthing.ts
@@ -93,7 +93,7 @@ export function __createUploadThingInternal<
93
if (!opts?.onUploadBegin) return;
94
opts.onUploadBegin(file);
95
},
96
- // @ts-expect-error - TODO: fix this
+ // @ts-expect-error - input may not be defined on the type
97
input,
98
});
99
0 commit comments