MCPcopy Create free account
hub / github.com/plotly/dash / toString

Function toString

dash/deps/react-dom@18.3.1.js:1541–1545  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

1539 // around this limitation, we use an opaque type that can only be obtained by
1540 // passing the value through getToStringValue first.
1541 function toString(value) {
1542 // The coercion safety check is performed in getToStringValue().
1543 // eslint-disable-next-line react-internal/safe-string-coercion
1544 return '' + value;
1545 }
1546 function getToStringValue(value) {
1547 switch (typeof value) {
1548 case 'boolean':

Callers 7

updateWrapperFunction · 0.70
postMountWrapperFunction · 0.70
setDefaultValueFunction · 0.70
postMountWrapper$1Function · 0.70
updateOptionsFunction · 0.70
getHostProps$2Function · 0.70
updateWrapper$1Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…