bkrem / react-d3-tree

:deciduous_tree: React component to create interactive D3 tree graphs
https://bkrem.github.io/react-d3-tree
MIT License
1.06k stars 268 forks source link

Link to "TreeProps reference docs." #427

Closed Momen-Mawad closed 1 year ago

Momen-Mawad commented 1 year ago

The following link is not working: https://bkrem.github.io/react-d3-tree/docs/interfaces/_tree_types_.treeprops.html

It is mentioned in the README of the repository here: https://github.com/bkrem/react-d3-tree#:~:text=check%20out%20the-,TreeProps%20reference%20docs.,-The%20only%20required

bkrem commented 1 year ago

Thanks for making me aware 🙏 all references in the readme should be fixed now.

Looks like the slight change in outputs to support ESM created a breaking change in the URL paths generated by Typedoc.