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

Function MyFormConsumer

src/useForm.test.js:16–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14 jest.spyOn(console, "error").mockImplementation(() => {});
15 const errorSpy = jest.fn();
16 const MyFormConsumer = () => {
17 useForm();
18 return <div />;
19 };
20 render(
21 <ErrorBoundary spy={errorSpy}>
22 <MyFormConsumer />

Callers

nothing calls this directly

Calls 1

useFormFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…