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

Function toggleNested

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

Source from the content-addressed store, hash-verified

8
9 const toggle = () => setModal(!modal);
10 const toggleNested = () => {
11 setNestedModal(!nestedModal);
12 setCloseAll(false);
13 };
14 const toggleAll = () => {
15 setNestedModal(!nestedModal);
16 setCloseAll(true);

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…