MCPcopy Index your code
hub / github.com/plotly/dash / checkHtmlStringCoercion

Function checkHtmlStringCoercion

dash/deps/react-dom@18.2.0.js:285–293  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

283 }
284 }
285 function checkHtmlStringCoercion(value) {
286 {
287 if (willCoercionThrow(value)) {
288 error('The provided HTML markup uses a value of unsupported type %s.' + ' This value must be coerced to a string before before using it here.', typeName(value));
289
290 return testStringCoercion(value); // throw (to help callers find troubleshooting comments)
291 }
292 }
293 }
294 function checkFormFieldValueStringCoercion(value) {
295 {
296 if (willCoercionThrow(value)) {

Callers 1

Calls 4

willCoercionThrowFunction · 0.70
errorFunction · 0.70
typeNameFunction · 0.70
testStringCoercionFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…