MCPcopy
hub / github.com/reactjs/react-modal / isHtmlWithReactModalOpenClass

Function isHtmlWithReactModalOpenClass

specs/helper.js:122–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120 * @return {Boolean}
121 */
122export const isHtmlWithReactModalOpenClass = htmlClass =>
123 htmlClassList().contains(htmlClass);
124
125/**
126 * Returns a rendered dom element by class.

Callers 1

Modal.spec.jsFile · 0.90

Calls 1

htmlClassListFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…