From 0e7e75e7266aa3339650cdea3ffbfbf91db0f389 Mon Sep 17 00:00:00 2001 From: Caleb Porzio Date: Thu, 28 Nov 2024 10:24:47 -0500 Subject: [PATCH] wip --- index.html | 30 +++++++++++------------------- packages/alpinejs/src/mutation.js | 2 -- 2 files changed, 11 insertions(+), 21 deletions(-) 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)