MCPcopy Create free account
hub / github.com/TanStack/query / ErrorMessage

Function ErrorMessage

examples/react/react-native/src/components/ErrorMessage.tsx:8–14  ·  view source on GitHub ↗
({ message }: Props)

Source from the content-addressed store, hash-verified

6}
7
8export function ErrorMessage({ message }: Props) {
9 return (
10 <View style={styles.fill}>
11 <Text>{message}</Text>
12 </View>
13 )
14}
15
16const styles = StyleSheet.create({
17 fill: {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected