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

Function onShellError

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

Source from the content-addressed store, hash-verified

63 pipe(body)
64 },
65 onShellError(error: unknown) {
66 reject(error)
67 },
68 onError(error: unknown) {
69 didError = true
70 // biome-ignore lint/suspicious/noConsole: We console log the error

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…