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:1120–1123 ·
view source on GitHub ↗
(node: TreeNode)
Source
from the content-addressed store, hash-verified
1118
node.parent = this;
1119
}
1120
removeChild(node: TreeNode): void {
1121
this.children.delete(node);
1122
node.parent = undefined;
1123
}
1124
}
1125
1126
export let focusScopeTree: Tree = new Tree();
Callers
15
createShadowRootAndRender
Function · 0.45
useInteractOutside.shadow.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
usePopover.shadow.test.tsx
File · 0.45
Calls
1
delete
Method · 0.80
Tested by
7
createShadowRootAndRender
Function · 0.36
App
Function · 0.36
Example
Function · 0.36
ExampleComponent
Function · 0.36
cleanupElements
Function · 0.36
checkPositionCommon
Function · 0.36
mountInShadow
Function · 0.36