Erazihel

Results 3 comments of Erazihel

I tried to update `axios` to `v1.1.3` but the error is still here unfortunately. ```ts const axiosError = new AxiosError(); ``` ``` TypeError: _axios.AxiosError is not a constructor ```

@tooppaaa Got the same error using the `@storybook/preset-ie11` addon. I've created an issue in the [storybookjs/presets respository](https://github.com/storybookjs/presets): https://github.com/storybookjs/presets/issues/190

I created the PR #1584 as we need this feature in our current project. We are generating thumbnails by adding photos to the traditional FineUploader queue. The thumbnails are then...