This commit is contained in:
Andrew Kingston 2024-02-05 12:21:29 +00:00
parent 0ace5f91c4
commit 9929f3bbad
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ export const buildContextTree = (
} }
/** /**
* Generates a lookup map of which content branch all components in a component * Generates a lookup map of which context branch all components in a component
* tree are inside. * tree are inside.
*/ */
export const buildContextTreeLookupMap = rootComponent => { export const buildContextTreeLookupMap = rootComponent => {