Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Issue affecting a 3rd party
View staffing
Description
Version used: Snapshot build 13151678
`NavBackStackProvider` takes a `content` lambda which supplies the wrapped entries as a `List`. When creating a custom display, you may want to access a specific entry using its key, rather than having to iterate through the list to find the one(s) you need.
Consider supplying `entries` as a map of "key to NavEntry" to make accessing specific entries more efficient.
Note: this feedback was received from EAP