You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unify and rework/improve navGenerator to return combined object and adjust navItems/navTree to use/return maps/indexes.
use a map or index access instead of find and filter in nested anonymous functions (createNavNode) that take an object reference.
combine navItems and navTree into one object in navGenerator and pageProps that supports traversing of the tree and index access of lowercase paths.
use/update navGenerator.test.ts
The text was updated successfully, but these errors were encountered:
NicoZweifel
changed the title
Unify and rework/improve navItems/navTree
Unify and rework/improve navItems/navTree in navGenerator
Jan 15, 2024
NicoZweifel
changed the title
Unify and rework/improve navItems/navTree in navGenerator
Unify and rework/improve navItems/navTree in navGeneratorJan 15, 2024
Unify and rework/improve
navGenerator
to return combined object and adjustnavItems
/navTree
to use/return maps/indexes.find
andfilter
in nested anonymous functions (createNavNode
) that take an object reference.navItems
andnavTree
into one object innavGenerator
andpageProps
that supports traversing of the tree and index access of lowercase paths.navGenerator.test.ts
The text was updated successfully, but these errors were encountered: