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 authored Dec 27, 2023
1 parent a518e0c commit 7e9b0e9
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 7e9b0e9

Please sign in to comment.