MCPcopy Index your code
hub / github.com/final-form/react-final-form / MyFormStateComponent

Function MyFormStateComponent

src/useFormState.test.js:15–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

useFormStateFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…