|
@@ -38,6 +38,7 @@ export abstract class UppyAngularWrapper<
|
|
changes['uppy'].previousValue !== undefined
|
|
changes['uppy'].previousValue !== undefined
|
|
) {
|
|
) {
|
|
this.uninstall(changes['uppy'].previousValue);
|
|
this.uninstall(changes['uppy'].previousValue);
|
|
|
|
+ // @ts-expect-error The options correspond to the plugin, I swear
|
|
this.uppy.use(plugin, this.options);
|
|
this.uppy.use(plugin, this.options);
|
|
}
|
|
}
|
|
this.options = { ...this.options, ...this.props };
|
|
this.options = { ...this.options, ...this.props };
|