Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/callstack/react-theme-provider
/ foo
Method
foo
src/__tests__/createTheming.test.js:66–68 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
64
it(
'hoists non-react statics from the wrapped component'
, () => {
65
class
Component extends React.Component {
66
static foo() {
67
return
'bar'
;
68
}
69
70
render() {
71
return
null;
Callers
2
createTheming.test.js
File · 0.80
componentDidMount
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected