Skip to content

Commit

Permalink
kaioken.signal symbal -> symbol.for
Browse files Browse the repository at this point in the history
  • Loading branch information
LankyMoose committed Apr 14, 2024
1 parent 0f9332f commit 7d62023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lib/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const SignalKey = Symbol('kaioken.signal')
export const SignalKey = Symbol.for("kaioken.signal")

export const EffectTag = {
UPDATE: 1,
Expand Down

0 comments on commit 7d62023

Please sign in to comment.