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 10289d8 commit 02ea32aCopy full SHA for 02ea32a
src/AjaxUploader.tsx
@@ -24,7 +24,7 @@ interface ParsedFileInfo {
24
class AjaxUploader extends Component<UploadProps> {
25
state = { uid: getUid() };
26
27
- reqs: any = {};
+ reqs: Record<string, any> = {};
28
29
private fileInput: HTMLInputElement;
30
0 commit comments