MCPcopy
hub / github.com/TanStack/router / tryLoad

Function tryLoad

packages/solid-router/src/Transitioner.tsx:85–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83 }
84 mountLoadForRouter = { router, mounted: true }
85 const tryLoad = async () => {
86 try {
87 await router.load()
88 } catch (err) {
89 console.error(err)
90 }
91 }
92 tryLoad()
93 })
94 })

Callers 1

TransitionerFunction · 0.70

Calls 1

errorMethod · 0.65

Tested by

no test coverage detected