uptick / react-keyed-file-browser

Folder based file browser given a flat keyed list of objects, powered by React.
MIT License
295 stars 143 forks source link

Files in root folders are displayed with folder icon #205

Closed mk-navex closed 2 years ago

mk-navex commented 2 years ago

The files in the root folder are displayed with folder icon. Any help is appreciated. I think we need to have a grouper which will support both file and folder.

Refer the below image to get the issue.

image

mk-navex commented 2 years ago

Please ignore this one, the file key was having a trailing "/" at the end hence it was considered as folder by the code.