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

Function removeClass

src/helpers/classList.js:6–8  ·  view source on GitHub ↗
(at, cls)

Source from the content-addressed store, hash-verified

4/* eslint-disable no-console */
5/* istanbul ignore next */
6function removeClass(at, cls) {
7 at.classList.remove(cls);
8}
9
10/* istanbul ignore next */
11export function resetState() {

Callers 1

resetStateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…