Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/adobe/react-spectrum
/ enableShadowDOM
Function
enableShadowDOM
packages/react-stately/src/flags/flags.ts:24–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
}
23
24
export
function
enableShadowDOM(): void {
25
_shadowDOM = true;
26
}
27
28
export
function
shadowDOM(): boolean {
29
return
_shadowDOM;
Callers
7
usePress.test.js
File · 0.90
useFocus.test.js
File · 0.90
domHelpers.test.js
File · 0.90
shadowTreeWalker.test.tsx
File · 0.90
DOMFunctions.test.js
File · 0.90
ariaHideOutside.test.js
File · 0.90
FocusScope.test.js
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected