MCPcopy
hub / github.com/jorgebucaran/hyperapp / propsChanged

Function propsChanged

index.js:319–322  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

317}
318
319var propsChanged = (a, b) => {
320 for (var k in a) if (a[k] !== b[k]) return true
321 for (var k in b) if (a[k] !== b[k]) return true
322}
323
324var maybeVNode = (newVNode, oldVNode) =>
325 newVNode !== true && newVNode !== false && newVNode

Callers 1

maybeVNodeFunction · 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…