v2.2.1
Added
- A mechanism for third-party libs to defer loading Alpine until they are finished doing there thing (Livewire lol)
window.deferLoadingAlpine = callback => {
// When some condition is met, call callback() and Alpine will load
}window.deferLoadingAlpine = callback => {
// When some condition is met, call callback() and Alpine will load
}