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

Method render

examples/basic/react-router/index.js:32–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30
31class App extends Component {
32 render() {
33 return (
34 <Router history={history}>
35 <div>
36 <Link to="/basic/modal" className="btn btn-primary">Modal</Link>
37 <Route path="/basic/modal" component={ReactRouterModal} />
38 </div>
39 </Router>
40 );
41 }
42}
43
44export default {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected