reactioncommerce / reaction-file-collections

Reaction File Collection packages
MIT License
19 stars 11 forks source link

breaking change introduce tus-js-client #53

Closed jhonsfran1165 closed 4 years ago

jhonsfran1165 commented 4 years ago

This is a bit embarrassing, I am sure I had tested the whole module but I don't know why a new bug arose in the latest version.

Anyway, the tus-js-client library was updated and that introduce a breaking change.

in this file import tus from "tus-js-client"; -> import * as tus from "tus-js-client";

I just tested the whole module locally again and it works well.