1
0
Fork 0
mirror of synced 2024-07-29 18:15:49 +12:00
This commit is contained in:
Andrew Kingston 2024-02-05 12:21:29 +00:00
parent 0ace5f91c4
commit 9929f3bbad

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 => {