-
Hi. I was using this code to reproduce "x-html" version previous 3.1.0 (copied from alpine docs at that moment
I was returning this template from the server (after and axios request)
And console.log command worked. But using the new version, it doesnt' work now. What am I missing? Anyway, thanks for the new Alpine version (and the return of the x-html directive) |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
I guess I "need" same as here: #1584 |
Beta Was this translation helpful? Give feedback.
-
Okey, instead of using x-html directive, I use x-effect with $nextTick
Working (I don't understand why exactly, bit lucky) |
Beta Was this translation helpful? Give feedback.
-
Good call @Luddinus - I would consider it bugged. It has been fixed in the following PR: #1646 I will tag a release soon. |
Beta Was this translation helpful? Give feedback.
Okey, instead of using x-html directive, I use x-effect with $nextTick
Working (I don't understand why exactly, bit lucky)