Pretty print should show all params names or doesn't show any of them
ivan-tymoshenko opened this issue · 0 comments
ivan-tymoshenko commented
- The pretty print doesn't print all param names (check multiparametric nodes).
- Fix param names collision.
/foo/:key1/bar
/foo/:key2/baz
From the router's point of viewkey1
andkey2
are the same param. In the tree, we should show both of them if we want to show the params' names.