-
Hi all, Based on this line the docs:
I was expecting the devtools to automatically be disabled in Production builds. In practice using <span>{process.env.NODE_ENV}</span>
<ReactQueryDevtools initialIsOpen={false} /> Am I misunderstanding the documentation? Thanks for any guidance, this is an extremely useful library! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Hmm I think we "lost" this feature when moving devtools from the dedicated repo to this repo. We had this code before:
but I can't find this anywhere now. I think we need an issue, or even better, a PR to fix it :) |
Beta Was this translation helpful? Give feedback.
Hmm I think we "lost" this feature when moving devtools from the dedicated repo to this repo. We had this code before:
but I can't find this anywhere now. I think we need an issue, or even better, a PR to fix it :)