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

Method toggle

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

Source from the content-addressed store, hash-verified

2830 }
2831
2832 toggle() {
2833 this.setState((prevState: any) => ({
2834 modal: !prevState.modal,
2835 }));
2836 }
2837
2838 changeUnmountOnClose(e: React.ChangeEvent<HTMLInputElement>) {
2839 const value = e.target.value;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected