MCPcopy Create free account
hub / github.com/drcmda/react-contextual / render

Method render

tests/store.js:42–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40 expect(getNamedContext('store')).toBe(undefined)
41 }
42 render() {
43 return this.state.show ? (
44 <Provider {...store}>
45 <Provider id="store" {...store}>
46 <Test />
47 </Provider>
48 </Provider>
49 ) : null
50 }
51 }
52 await snapshot(<App />)
53})

Callers 2

higher-order.jsFile · 0.45
context.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected