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 9999b08 commit 7a01b90Copy full SHA for 7a01b90
packages/thirdweb/src/utils/process.ts
@@ -1,3 +1,4 @@
1
+// You must use typeof process !== "undefined" instead of just "process"
2
export const IS_DEV =
3
typeof process !== "undefined" &&
4
process.env &&
0 commit comments