MCPcopy Create free account
hub / github.com/reactstrap/reactstrap / render

Method render

types/reactstrap-tests.tsx:4344–4353  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4342 private input: HTMLInputElement | null;
4343
4344 render() {
4345 return (
4346 <Input
4347 type="file"
4348 innerRef={(input: HTMLInputElement) => {
4349 this.input = input;
4350 }}
4351 />
4352 );
4353 }
4354}
4355
4356class Example108 extends React.Component<any, any> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected