We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be6bfbb commit 772c6c4Copy full SHA for 772c6c4
devtools/index.js
@@ -1,4 +1,4 @@
1
-if (process.env.NODE_ENV === 'production') {
+if (process.env.NODE_ENV !== 'development') {
2
module.exports = {
3
ReactQueryDevtools: function () {
4
return null
0 commit comments