MCPcopy Create free account
hub / github.com/epicweb-dev/react-suspense / index.tsx

File index.tsx

exercises/01.fetching/02.solution.errors/index.tsx:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { Suspense } from 'react'
2import * as ReactDOM from 'react-dom/client'
3import { ErrorBoundary } from 'react-error-boundary'
4import { getImageUrlForShip, getShip, type Ship } from './utils.tsx'

Callers

nothing calls this directly

Calls 1

getShipFunction · 0.90

Tested by

no test coverage detected