Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/testing-library/react-testing-library
/ getIsReactActEnvironment
Function
getIsReactActEnvironment
src/act-compat.js:32–34 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
30
}
31
32
function
getIsReactActEnvironment() {
33
return
getGlobalThis().IS_REACT_ACT_ENVIRONMENT
34
}
35
36
function
withGlobalActEnvironment(actImplementation) {
37
return
callback => {
Callers
3
index.js
File · 0.90
pure.js
File · 0.90
withGlobalActEnvironment
Function · 0.85
Calls
1
getGlobalThis
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…