Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/react-dnd/react-dnd
/ createTargetMonitor
Function
createTargetMonitor
packages/react-dnd/src/createTargetMonitor.js:70–72 ·
view source on GitHub ↗
(manager)
Source
from the content-addressed store, hash-verified
68
}
69
70
export
default
function
createTargetMonitor(manager) {
71
return
new
TargetMonitor(manager);
72
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected