Skip to content

Commit 371ec3e

Browse files
fix TS
1 parent de8c793 commit 371ec3e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/vanilla/utils/constants.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
export const RESET = import.meta.env?.MODE !== 'production' ? Symbol('RESET') : Symbol()
1+
export const RESET = Symbol(
2+
import.meta.env?.MODE !== 'production' ? 'RESET' : '',
3+
)

0 commit comments

Comments
 (0)