MCPcopy Index your code
hub / github.com/caseywebdev/react-list / getAttributeAlias

Function getAttributeAlias

docs/index.js:21400–21402  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

21398 }
21399 }
21400 function getAttributeAlias(name) {
21401 return aliases.get(name) || name;
21402 }
21403 function validateProperty$1(tagName, name) {
21404 if (
21405 hasOwnProperty.call(warnedProperties$1, name) &&

Callers 2

setPropFunction · 0.85
diffHydratedPropertiesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…