MCPcopy Create free account
hub / github.com/tinyplex/tinybase / ContextNestedDifferent

Function ContextNestedDifferent

test/unit/core/ui-solid/components.test.tsx:430–442  ·  view source on GitHub ↗
({
  store1,
  store2,
}: {
  readonly store1: Store;
  readonly store2: Store;
})

Source from the content-addressed store, hash-verified

428};
429
430const ContextNestedDifferent = ({
431 store1,
432 store2,
433}: {
434 readonly store1: Store;
435 readonly store2: Store;
436}) => (
437 <Provider storesById={{a: store1}}>
438 <Provider2 storesById={{b: asNoSchemasStore(store2)}}>
439 <ContextNestedDifferentChild store1={store1} store2={store2} />
440 </Provider2>
441 </Provider>
442);
443
444const ContextNestedDifferentChild = ({
445 store1,

Callers

nothing calls this directly

Calls 1

asNoSchemasStoreFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…