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
{{ message }}
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.
This is most annoying. If you pass a boolean to the onDeleteFolder prop which is valid prop type, the code complains that onDeleteFolder is not a function because it still tries to execute it as a function. If you pass a null function, you avoid the not a function exception, but then the folder containing the files to be deleted is "deleted" from the listing. You have to reload it for it to appear again.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When you select 2 files and confirm delete, the onDeleteFile function is call but the onDeleteFolder is call too.
Regards
The text was updated successfully, but these errors were encountered: