(query: Query)
| 127 | } |
| 128 | |
| 129 | export function defaultShouldDehydrateQuery(query: Query) { |
| 130 | return query.state.status === 'success' |
| 131 | } |
| 132 | |
| 133 | function defaultShouldRedactErrors(_: unknown) { |
| 134 | return true |
no outgoing calls
no test coverage detected