|
@@ -2,7 +2,7 @@ import { evaluateLater } from '../evaluator'
|
|
|
import { directive } from '../directives'
|
|
|
import { mutateDom } from '../mutation'
|
|
|
|
|
|
-directive('text', (el, { expression }, { effect, cleanup }) => {
|
|
|
+directive('text', (el, { expression }, { effect }) => {
|
|
|
let evaluate = evaluateLater(el, expression)
|
|
|
|
|
|
effect(() => {
|