MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / SomethingElse

Class SomethingElse

code/communication/src/app.jsx:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30};
31
32class SomethingElse extends React.Component {
33 render() {
34 return <div>The answer is { this.props.answer }</div>;
35 }
36}
37SomethingElse.propTypes = {
38 answer: PropTypes.element
39};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected