query icon indicating copy to clipboard operation
query copied to clipboard

Devtools not working on React Native Web

Open Estevete opened this issue 1 year ago • 0 comments

Describe the bug

Devtools are not working on React Native Web anymore. In v3, it used to work.

Your minimal, reproducible example

https://github.com/TanStack/query/tree/main/examples/react/react-native example

Steps to reproduce

  1. Get the https://github.com/TanStack/query/tree/main/examples/react/react-native example
  2. In file App.tsx, import & add <ReactQueryDevtools /> inside QueryClientProvider
  3. Launch project
  4. If package expo-font missing, add it. (v10.0.3)

Expected behavior

Devtools should be displayed, like v3.

How often does this bug happen?

No response

Screenshots or Videos

No response

Platform

  • OS: Windows
  • Browser: Chrome
  • Version: 103.0.5060.134

react-query version

5.0.10

TypeScript version

4.3.5

Additional context

No response

Estevete avatar Jul 29 '22 09:07 Estevete