MCPcopy
hub / github.com/facebook/react / createContainer

Function createContainer

packages/react-devtools-shared/src/__tests__/utils.js:167–172  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

165 }
166
167 function createContainer() {
168 container = document.createElement('div');
169 document.body.appendChild(container);
170
171 containersToRemove.push(container);
172 }
173
174 function getContainer() {
175 return container;

Callers 5

store-test.jsFile · 0.70

Calls 1

pushMethod · 0.65

Tested by

no test coverage detected