Skip to content

Commit

Permalink
Update src/vanilla/utils/constants.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Daishi Kato <[email protected]>
  • Loading branch information
MiroslavPetrik and dai-shi committed Dec 27, 2023
1 parent 56dc342 commit 1670f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vanilla/utils/constants.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const RESET = Symbol('RESET')
export const RESET = import.meta.env?.MODE !== 'production' ? Symbol('RESET') : Symbol()

0 comments on commit 1670f71

Please sign in to comment.