Replies: 1 comment 1 reply
-
|
What does this have to do with Alpine? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I ran into a fun edge case bug.
Within htmx I was using
hx-getto load an html file calledresult.htmlNow inside
result.htmlI hadx-dataset in the root node of the component.However when the component was rendered the
x-dataattribute in the root node was missing.Workaround:
I renamed the file and was able to resolve the issue.
Conclusion:
resultis reserved do not use it to name your files 😛Beta Was this translation helpful? Give feedback.
All reactions