MCPcopy Index your code
hub / github.com/reactjs/react-modal / componentDidUpdate

Method componentDidUpdate

specs/Modal.spec.js:798–800  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

796 }
797
798 componentDidUpdate() {
799 modal.node.className.should.be.eql("portal-modifier");
800 }
801
802 render() {
803 const { classModifier } = this.state;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected