Skip to content

Commit 3a19b0f

Browse files
committed
wip
1 parent e7cf6f4 commit 3a19b0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/alpinejs/src/directives/x-effect.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ import { directive } from '../directives'
33
import { evaluate, evaluateLater } from '../evaluator'
44

55
directive('effect', skipDuringClone((el, { expression }, { effect }) => {
6-
effect(evaluateLater(el, expression))
6+
effect(evaluateLater(el, expression))
77
}))

0 commit comments

Comments
 (0)