Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/facebook/react
/ strify
Function
strify
packages/react-dom/src/__tests__/ReactDOMInput-test.js:2534–2536 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
2532
2533
it(
'resets value of date/time input to fix bugs in iOS Safari'
,
async
() => {
2534
function
strify(x) {
2535
return
JSON.stringify(x, null, 2);
2536
}
2537
2538
const
log = [];
2539
const
originalCreateElement = document.createElement;
Callers
1
ReactDOMInput-test.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected