MCPcopy
hub / github.com/pmndrs/react-three-fiber / Error

Function Error

example/src/components.tsx:18–20  ·  view source on GitHub ↗
({ children }: { children?: React.ReactNode })

Source from the content-addressed store, hash-verified

16}
17
18export const Error = ({ children }: { children?: React.ReactNode }) => {
19 return <div className="Error">{children}</div>
20}

Callers 1

applyPropsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…