This commit is contained in:
Murderlon 2024-07-11 10:25:40 +02:00
parent d3d0c97874
commit aeff9dd763
No known key found for this signature in database
GPG key ID: 1FF861FF1DDBB953

View file

@ -81,6 +81,8 @@ One important thing to note are the new generics on `@uppy/core`.
<!-- eslint-disable @typescript-eslint/no-unused-vars -->
<!-- eslint-disable @typescript-eslint/no-non-null-assertion -->
```ts
import Uppy from '@uppy/core';
// xhr-upload is for uploading to your own backend.