MCPcopy Create free account
hub / github.com/reactjs/react-modal / Content

Function Content

examples/basic/react-router/index.js:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8const history = createHistory();
9
10const Content = label => () => <p>{`Content ${label}`}</p>;
11
12const shouldOpenModal = locationPath => /\bmodal\b/.test(locationPath);
13

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected