MCPcopy Create free account
hub / github.com/adobe/react-spectrum / onError

Function onError

examples/remix/app/entry.server.tsx:43–46  ·  view source on GitHub ↗
(error: unknown)

Source from the content-addressed store, hash-verified

41 reject(error);
42 },
43 onError(error: unknown) {
44 responseStatusCode = 500;
45 console.error(error);
46 }
47 }
48 );
49

Callers 1

useVoiceInputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected