Oleg
Oleg
Any solutions?
> Is the solution mentioned above not enough? Okay, I use '[['. It's work perfect
I fixed this error using this [gist](https://gist.github.com/olejech/ce6e183f68efbe6cd4b09da3dac0e337)
Yesterday, I deleted my root node (includes `.git` folder) with no saved changes in remote git repository. I would like don't see root node always! Or prevent deleting this node
> @serhez @olejech Does `config.hide_root_node` do what you want to do? The config is global and currently not toggleable, but we could have a look at implementing this toggle feature....
I had the same issue with my NX monorepo. In the end I fix it using [react-docgen-typescript](https://github.com/styleguidist/react-docgen-typescript) with next way: ```ts import * as docgen from 'react-docgen-typescript'; const tsConfigBasePath =...