Closed
Description
It would be nice to use an ID instead of name to identify routes. In some cases, you'd want to use the same title for multiple routes. When observing the routeEmitter
, you only get the name (aka user-friendly title), so you don't know which route was triggered.
For now, I'm using the titleComponent
and titleProps
to separate the name from visible title. It works, but it's extra cruft.