Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/reactjs/react-modal
/ innerModalRef
Function
innerModalRef
specs/Modal.events.spec.js:284–286 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
282
const
innerRequestCloseCallback = sinon.spy();
283
let
innerModal = null;
284
let
innerModalRef = ref => {
285
innerModal = ref;
286
};
287
288
withModal(
289
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected