We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd02cf3 commit 406039cCopy full SHA for 406039c
assets/js/helpers/bridgeTurboAndAlpine.js
@@ -22,10 +22,6 @@ export function bridgeTurboAndAlpine(Alpine) {
22
if (el.hasAttribute('data-turbo-permanent')) {
23
return;
24
}
25
- // Skip elements with empty x-data (no component definition)
26
- if (!el.getAttribute('x-data') || el.getAttribute('x-data').trim() === '') {
27
- return;
28
- }
29
Alpine.initTree(el);
30
});
31
0 commit comments