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
I'm also getting similar errors with Node 18.
For example:
Object literal may only specify known properties, and 'closeModalOnClickOutside' does not exist in type 'DashboardMiscOptions
Object literal may only specify known properties, and 'closeAfterFinish' does not exist in type 'DashboardMiscOptions
In fact all of these properties give me the same error
Initial checklist
Link to runnable example
No response
Steps to reproduce
I installed the following packages in Angular 18 application
Followed the following instructions to setup in Angular https://uppy.io/docs/angular/
Added this code in the
component.html
fileand
component.ts
file asHowever the
animateOpenClose
is giving an error asAlso, the HTML show the following error
Expected behavior
The code should be working as given in the doc. Or the doc should be updated with clear instructions.
Actual behavior
I am getting error in declaring options for the
uppy-dashboard
component.The text was updated successfully, but these errors were encountered: