MCPcopy Create free account
hub / github.com/code-forge-io/react-router-devtools / onError

Function onError

docs/app/entry.server.tsx:68–72  ·  view source on GitHub ↗
(error: unknown)

Source from the content-addressed store, hash-verified

66 reject(error)
67 },
68 onError(error: unknown) {
69 didError = true
70 // biome-ignore lint/suspicious/noConsole: We console log the error
71 console.error(error)
72 },
73 }
74 )
75 // Abort the streaming render pass after 11 seconds so to allow the rejected

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…