react-folder-tree
                                
                                 react-folder-tree copied to clipboard
                                
                                    react-folder-tree copied to clipboard
                            
                            
                            
                        BUG: Component brokes if a data file has a key named `path`
Component brokes if a data file has a key named path
 {
        "name": "Проверка",
        "title": "Проверка",
        "path": "c:/PROJECTS/FileDATA/FileDATA/data",
        "fullname": "c:/PROJECTS/FileDATA/FileDATA/data/Проверка",
        "isDirectory": true,
        "children": [
            {
                "name": "159.pdf",
                "title": "159",
                "path": "c:/PROJECTS/FileDATA/FileDATA/data/Проверка",
                "fullname": "c:/PROJECTS/FileDATA/FileDATA/data/Проверка/159.pdf",
                "isDirectory": false
            },
path with slash value /
resolved with renaming key path to another
hi, there is an internal key called path so will have some conflict https://github.com/shunjizhan/react-folder-tree#-custom-initial-state. And I should probably change the naming to something else to avoid such conflict, such as _path
Hello. Same error here
There is no 'path' key in my data