Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/devtools
/ unmount
Function
unmount
packages/react-devtools/tests/devtools.test.tsx:35–35 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
34
afterEach(() => {
35
document.querySelectorAll(
'#p'
).forEach((el) => el.remove())
36
})
37
38
it(
'constructs the core, mounts into the ref div, portals the plugin element, and unmounts'
, () => {
Callers
6
createAngularPanel
Function · 0.85
devtools.test.tsx
File · 0.85
#renderFunctionalComponent
Method · 0.85
plugin-card.test.tsx
File · 0.85
destroyComponentsInContainer
Method · 0.85
destroyAllComponents
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected