We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Additional things we can write our own "warning" for (see alpinejs/alpine#975)
x-init
x-data
We need to have a think about how to highlight template's that have issues (they're visually hidden... maybe having warnings is enough).
template
Originally posted by @HugoDF in #126 (comment)
The text was updated successfully, but these errors were encountered:
x-for requires a non-template child (whereas x-if does not require this)
There are only three valid templates (these, and only these, attributes may appear)
1. x-if 2. x-for 3. x-for :key
Sorry, something went wrong.
Maybe relevant discussion for a warning alpinejs/alpine#1038
No branches or pull requests
Additional things we can write our own "warning" for (see alpinejs/alpine#975)
x-init
on an element withoutx-data
(v2)x-data
x-data
on the pagex-data
in its ancestorsWe need to have a think about how to highlight
template
's that have issues (they're visually hidden... maybe having warnings is enough).Originally posted by @HugoDF in #126 (comment)
The text was updated successfully, but these errors were encountered: