ndr47
ndr47
When I use [AWS S3](https://uppy.io/docs/aws-s3/) plugin, for each file I am uploading, I get the event `upload-success` firing twice. ```typescript new Uppy(this.uppy_options) .use(AwsS3, this.uppy_aws_options) .use(XHRUpload, this.uppy_xhr_options) .on('file-added', (file) => {...
I cannot find the reason of this error anywhere. On runtime I get the following error: ``` TypeError: Konva.Stage is not a constructor at file:///[path]/src/index.ts:40:15 at ModuleJob.run (node:internal/modules/esm/module_job:197:25) at async...
I have a code that give me an error only in VIM. If I try the same code in VisualStudio or Typescript Playground there error disappear. The error is: ```...
I am getting the following error: ``` Unable to parse file: /path/to/file Error: Error: Line XX: Unexpected token ... ... description: 'Unexpected token ...' ``` My `tsconfig.json`: ``` { "compilerOptions":...
I have a code that give me an error only in VIM. If I try the same code in VisualStudio or Typescript Playground there error disappear. The error is: ```...
The package works great. Any plan for supporting typescript?