Jalal azimi

Results 5 comments of Jalal azimi

Hi @gaddamsandeeps , Please check out #217 . Replace ` filtered.push({ ...node, children });` with ` filtered.push({...node, ...children.length && {children}});`

Hi friends, Please check out #217 . Replace `filtered.push({ ...node, children });` with `filtered.push({...node, ...children.length && {children}});`. Temporary you can use this solution to fix the above issue.

Thanks @MrJavadAdib , Please undo redundant whitespace changes, before reviewing. Also please write tests for all scenarios you covered in this PR.

Please improve documentation in `README.md` file.

Thank you, @lukeed, for your prompt response; I really appreciate your support. I'll make sure to add a note explaining the purpose of my project and update the benchmark results...