Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adobe/react-spectrum
/ removeChild
Method
removeChild
packages/react-aria/src/focus/FocusScope.tsx:1115–1118 ·
view source on GitHub ↗
(node: TreeNode)
Source
from the content-addressed store, hash-verified
1113
node.parent = this;
1114
}
1115
removeChild(node: TreeNode): void {
1116
this.children.delete(node);
1117
node.parent = undefined;
1118
}
1119
}
1120
1121
export let focusScopeTree: Tree = new Tree();
Callers
15
createShadowRootAndRender
Function · 0.45
useInteractOutside.test.js
File · 0.45
App
Function · 0.45
Example
Function · 0.45
ExampleComponent
Function · 0.45
useFocus.test.js
File · 0.45
domHelpers.test.js
File · 0.45
isFocusable.test.tsx
File · 0.45
useId.test.jsx
File · 0.45
DOMFunctions.test.tsx
File · 0.45
cleanupElements
Function · 0.45
checkPositionCommon
Function · 0.45
Calls
1
delete
Method · 0.80
Tested by
6
createShadowRootAndRender
Function · 0.36
App
Function · 0.36
Example
Function · 0.36
ExampleComponent
Function · 0.36
cleanupElements
Function · 0.36
checkPositionCommon
Function · 0.36