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
Hi,
what would be the best way to filter out the dreaded '__MACOSX' folder?
I tried filter: ( file ) => file.filename !== "__MACOSX"but that didn't work.
Thanks, Dirk
The text was updated successfully, but these errors were encountered:
Hi,
what would be the best way to filter out the dreaded '__MACOSX' folder?
I tried
filter: ( file ) => file.filename !== "__MACOSX"
but that didn't work.Thanks, Dirk
The text was updated successfully, but these errors were encountered: