Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/facebook/react
/ action
Function
action
packages/react-dom/src/__tests__/ReactDOMForm-test.js:214–216 ·
view source on GitHub ↗
(formData)
Source
from the content-addressed store, hash-verified
212
let
foo;
213
214
function
action(formData) {
215
foo = formData.get(
'foo'
);
216
}
217
218
const
root = ReactDOMClient.createRoot(container);
219
await
act(
async
() => {
Callers
1
ReactDOMForm-test.js
File · 0.70
Calls
2
getText
Function · 0.70
get
Method · 0.65
Tested by
no test coverage detected