We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de8c793 commit 371ec3eCopy full SHA for 371ec3e
src/vanilla/utils/constants.ts
@@ -1 +1,3 @@
1
-export const RESET = import.meta.env?.MODE !== 'production' ? Symbol('RESET') : Symbol()
+export const RESET = Symbol(
2
+ import.meta.env?.MODE !== 'production' ? 'RESET' : '',
3
+)
0 commit comments