Searched refs:qualifiedStore (Results 1 – 3 of 3) sorted by relevance
94 const qualifiedStore = new WeakMap(); constant97 if (qualifiedStore.has(value)) {98 return qualifiedStore.get(value);136 qualifiedStore.set(value, QualifiedRoute);
1 …qualifiedStore = new WeakMap<RouteNode, React.ComponentType<any>>();\n\n/** Wrap the component wit…
155 const qualifiedStore = new WeakMap<RouteNode, React.ComponentType<any>>();159 if (qualifiedStore.has(value)) {160 return qualifiedStore.get(value)!;227 qualifiedStore.set(value, QualifiedRoute);