MCPcopy Create free account
hub / github.com/microsoft/SandDance / unhideInstance

Function unhideInstance

docs/external/js/react-dom.development.js:7750–7755  ·  view source on GitHub ↗
(instance, props)

Source from the content-addressed store, hash-verified

7748 textInstance.nodeValue = '';
7749 }
7750 function unhideInstance(instance, props) {
7751 instance = instance;
7752 var styleProp = props[STYLE$1];
7753 var display = styleProp !== undefined && styleProp !== null && styleProp.hasOwnProperty('display') ? styleProp.display : null;
7754 instance.style.display = dangerousStyleValue('display', display);
7755 }
7756 function unhideTextInstance(textInstance, text) {
7757 textInstance.nodeValue = text;
7758 } // -------------------

Callers 1

hideOrUnhideAllChildrenFunction · 0.85

Calls 1

dangerousStyleValueFunction · 0.85

Tested by

no test coverage detected