Skip to content
This repository was archived by the owner on Jan 22, 2024. It is now read-only.

Commit b362e2c

Browse files
committed
Build files
1 parent 03763b7 commit b362e2c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dist/livewire-turbolinks.js

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
}
1818

1919
window.Livewire.restart();
20+
window.Alpine && window.Alpine.flushAndStopDeferringMutations && window.Alpine.flushAndStopDeferringMutations();
2021
}
2122

2223
function wireTurboBeforeCache() {
@@ -29,6 +30,7 @@
2930
};
3031
el.setAttribute('wire:initial-data', JSON.stringify(dataObject));
3132
});
33+
window.Alpine && window.Alpine.deferMutations && window.Alpine.deferMutations();
3234
}
3335

3436
document.addEventListener("turbo:load", wireTurboAfterFirstVisit);

0 commit comments

Comments
 (0)