MCPcopy Index your code
hub / github.com/microsoft/SandDance / warnStyleValueIsNaN

Function warnStyleValueIsNaN

docs/external/js/react-dom.development.js:4628–4636  ·  view source on GitHub ↗
(name, value)

Source from the content-addressed store, hash-verified

4626 };
4627
4628 var warnStyleValueIsNaN = function (name, value) {
4629 if (warnedForNaNValue) {
4630 return;
4631 }
4632
4633 warnedForNaNValue = true;
4634
4635 error('`NaN` is an invalid value for the `%s` css style property.', name);
4636 };
4637
4638 var warnStyleValueIsInfinity = function (name, value) {
4639 if (warnedForInfinityValue) {

Callers 1

Calls 1

errorFunction · 0.70

Tested by

no test coverage detected