You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: