MCPcopy Create free account
hub / github.com/reactjs/react-modal / log

Function log

src/helpers/focusManager.js:14–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12
13/* istanbul ignore next */
14export function log() {
15 if (process.env.NODE_ENV !== "production") {
16 console.log("focusManager ----------");
17 focusLaterElements.forEach(f => {
18 const check = f || {};
19 console.log(check.nodeName, check.className, check.id);
20 });
21 console.log("end focusManager ----------");
22 }
23}
24/* eslint-enable no-console */
25
26export function handleBlur() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected