MCPcopy
hub / github.com/final-form/react-final-form / render

Function render

src/renderComponent.test.js:6–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4 it("should pass both render and children prop", () => {
5 const children = "some children";
6 const render = () => {};
7 const props = {
8 component: () => null,
9 children,

Callers 12

context.test.jsFile · 0.85
useField.test.jsFile · 0.85
useForm.test.jsFile · 0.85
renderComponentFunction · 0.85
FormSpy.test.jsFile · 0.85
Field.test.jsFile · 0.85
index.tsxFile · 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…