MCPcopy Create free account
hub / github.com/callstack/react-theme-provider / Checker

Class Checker

src/__tests__/createTheming.test.js:202–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200 it('rerender component if theme props changed', () => {
201 const render = jest.fn(() => null);
202 class Checker extends React.Component {
203 render() {
204 return render();
205 }
206 }
207
208 const CheckerWithTheme = withTheme(Checker);
209

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…