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

Function warnStyleValueIsInfinity

dash/deps/react-dom@18.3.1.js:2718–2726  ·  view source on GitHub ↗
(name, value)

Source from the content-addressed store, hash-verified

2716 };
2717
2718 var warnStyleValueIsInfinity = function (name, value) {
2719 if (warnedForInfinityValue) {
2720 return;
2721 }
2722
2723 warnedForInfinityValue = true;
2724
2725 error('`Infinity` is an invalid value for the `%s` css style property.', name);
2726 };
2727
2728 warnValidStyle = function (name, value) {
2729 if (name.indexOf('-') > -1) {

Callers 1

Calls 1

errorFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…