MCPcopy 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
24export function enableShadowDOM(): void {
25 _shadowDOM = true;
26}
27
28export function shadowDOM(): boolean {
29 return _shadowDOM;

Callers 7

usePress.test.jsFile · 0.90
useFocus.test.jsFile · 0.90
domHelpers.test.jsFile · 0.90
FocusScope.test.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected