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
there is a bug for a raw data array, when iterating, it doesn't wrap items content as JsonObject, it works with an extra items layer:
This works:
items: - title: "Blog" url: "/" icon: "fa fa-newspaper-o" - title: "Documentation" url: "https://docs.quarkiverse.io/quarkus-roq/dev/index.html" icon: "fa fa-book" target: "_blank" - title: "Events" url: "events" icon: "fa fa-calendar" - title: "About" url: "about" icon: "fa fa-thumbs-up"
this doesn't (when used from qute in a for loop):
- title: "Blog" url: "/" icon: "fa fa-newspaper-o" - title: "Documentation" url: "https://docs.quarkiverse.io/quarkus-roq/dev/index.html" icon: "fa fa-book" target: "_blank" - title: "Events" url: "events" icon: "fa fa-calendar" - title: "About" url: "about" icon: "fa fa-thumbs-up"
The text was updated successfully, but these errors were encountered:
I will take a look tomorrow with #158, thank you for assigning me
Sorry, something went wrong.
mcruzdev
No branches or pull requests
there is a bug for a raw data array, when iterating, it doesn't wrap items content as JsonObject, it works with an extra items layer:
This works:
this doesn't (when used from qute in a for loop):
The text was updated successfully, but these errors were encountered: