Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/testing-library/react-testing-library
/ renderHook.js
File
renderHook.js
src/__tests__/renderHook.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
React, {useEffect} from
'react'
2
import
{configure, renderHook} from
'../pure'
3
4
const
isReact18 = React.version.startsWith(
'18.'
)
Callers
nothing calls this directly
Calls
3
renderHook
Function · 0.90
rerender
Function · 0.85
configure
Function · 0.85
Tested by
no test coverage detected