diff --git a/index.html b/index.html index 7148e70a6..376da39f0 100644 --- a/index.html +++ b/index.html @@ -11,25 +11,17 @@ - -
-
- -
+
+
foo
+
foo
+
foo
+
- +
+ + + +
diff --git a/packages/alpinejs/src/mutation.js b/packages/alpinejs/src/mutation.js index 363e17b9c..d612153d3 100644 --- a/packages/alpinejs/src/mutation.js +++ b/packages/alpinejs/src/mutation.js @@ -112,8 +112,6 @@ export function flushAndStopDeferringMutations() { } function onMutate(mutations) { - console.log(mutations); - if (isCollecting) { deferredMutations = deferredMutations.concat(mutations)