Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/react-dnd/react-dnd
/ unregisterTarget
Function
unregisterTarget
packages/react-dnd/src/registerTarget.js:5–7 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3
const
targetId = registry.addTarget(
type
, target);
4
5
function
unregisterTarget() {
6
registry.removeTarget(targetId);
7
}
8
9
return
{
10
handlerId: targetId,
Callers
nothing calls this directly
Calls
1
removeTarget
Method · 0.80
Tested by
no test coverage detected