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

Function checkCSSPropertyStringCoercion

dash/deps/react-dom@18.2.0.js:276–284  ·  view source on GitHub ↗
(value, propName)

Source from the content-addressed store, hash-verified

274 }
275 }
276 function checkCSSPropertyStringCoercion(value, propName) {
277 {
278 if (willCoercionThrow(value)) {
279 error('The provided `%s` CSS property is an unsupported type %s.' + ' This value must be coerced to a string before before using it here.', propName, typeName(value));
280
281 return testStringCoercion(value); // throw (to help callers find troubleshooting comments)
282 }
283 }
284 }
285 function checkHtmlStringCoercion(value) {
286 {
287 if (willCoercionThrow(value)) {

Callers 1

dangerousStyleValueFunction · 0.70

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…