MCPcopy
hub / github.com/preactjs/preact / check

Function check

test/browser/render.test.jsx:831–831  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

829
830 it('should reconcile mutated DOM attributes', () => {
831 let check = p => render(<input type="checkbox" checked={p} />, scratch),
832 value = () => scratch.lastChild.checked,
833 setValue = p => (scratch.lastChild.checked = p);
834 check(true);

Callers 1

render.test.jsxFile · 0.85

Calls 1

renderFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…