And when I upload a file and run uppy.validateRestrictions({}) I get an error this.uppy.validateRestrictions is not a function (this is in Vue, and this.uppy is indeed the Uppy instance, I've verified that.
I see no migration notes or deprecation notes on this, so I'm assuming it's a real issue.
Expected behavior
validateRestrictions to exist on the Uppy instance.
Actual behavior
validateRestrictions is undefined on the Uppy instance.
Initial checklist
Link to runnable example
No response
Steps to reproduce
I'm updating our uppy-related dependencies:
from:
to:
And when I upload a file and run
uppy.validateRestrictions({})
I get an errorthis.uppy.validateRestrictions is not a function
(this is in Vue, and this.uppy is indeed the Uppy instance, I've verified that.I see no migration notes or deprecation notes on this, so I'm assuming it's a real issue.
Expected behavior
validateRestrictions
to exist on the Uppy instance.Actual behavior
validateRestrictions
is undefined on the Uppy instance.