Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/reactjs/react-modal
/ componentDidUpdate
Method
componentDidUpdate
specs/Modal.spec.js:782–784 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
780
}
781
782
componentDidUpdate() {
783
modal.node.className.should.be.eql(
"portal-modifier"
);
784
}
785
786
render() {
787
const
{ classModifier } = this.state;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected