(query: Query)
| 112 | } |
| 113 | |
| 114 | export function defaultShouldDehydrateQuery(query: Query) { |
| 115 | return query.state.status === 'success' |
| 116 | } |
| 117 | |
| 118 | function defaultShouldRedactErrors(_: unknown) { |
| 119 | return true |
no outgoing calls
no test coverage detected