MCPcopy Create free account
hub / github.com/Lobos/react-ui / getTargetInstForChangeEvent

Function getTargetInstForChangeEvent

docs/lib/react.js:978–982  ·  view source on GitHub ↗
(topLevelType, targetInst)

Source from the content-addressed store, hash-verified

976}
977
978function getTargetInstForChangeEvent(topLevelType, targetInst) {
979 if (topLevelType === topLevelTypes.topChange) {
980 return targetInst;
981 }
982}
983function handleEventsForChangeEventIE8(topLevelType, target, targetInst) {
984 if (topLevelType === topLevelTypes.topFocus) {
985 // stopWatching() should be a noop here but we call it just in case we

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…