bgaleotti / react-query-native-devtools

162 stars 19 forks source link

Pressing "Refetch" or "Remove" buttons in sidebar causes error in app client #74

Closed dougkeen closed 2 years ago

dougkeen commented 2 years ago

image

This is because the client responds with responder.success(true), but react-native-flipper asserts that Responder args must be undefined, an array, or an object (despite the Typescript defs indicating any).