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

Function toggleAll

stories/examples/Modal/NestedExample.js:14–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12 setCloseAll(false);
13 };
14 const toggleAll = () => {
15 setNestedModal(!nestedModal);
16 setCloseAll(true);
17 };
18
19 return (
20 <div>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…