We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 146459e commit 95f669cCopy full SHA for 95f669c
blog/2024-07-3-uppy-4.0.md
@@ -34,6 +34,8 @@ uppy.on('file-added', (file) => {
34
35
One important thing to note are the new generics on `@uppy/core`.
36
37
+<!-- eslint-disable @typescript-eslint/no-non-null-assertion -->
38
+
39
```ts
40
import Uppy from '@uppy/core';
41
// xhr-upload is for uploading to your own backend.
0 commit comments