AlpineJS "loses" reactivity when rendered using <.live_component> Liveview >0.17

I ran into something similar and the suggested updates to app.js outlined in the linked post fixed it. Note that window.Alpine.initTree(node) is added to both onNodeAdded and onBeforeElUpdated callbacks.