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

Function ContextNestedDifferent

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

Source from the content-addressed store, hash-verified

702);
703
704const ContextNestedDifferent = ({
705 store1,
706 store2,
707}: {
708 readonly store1: Store;
709 readonly store2: Store;
710}) => (
711 <Provider storesById={{a: store1}}>
712 <Provider2 storesById={{b: asNoSchemasStore(store2)}}>
713 <ContextNestedDifferentChild store1={store1} store2={store2} />
714 </Provider2>
715 </Provider>
716);
717
718const ContextNestedDifferentChild = ({
719 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…