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
We can see the following compilation warnings:
frontend-1 | App • WARNING • UI in ./src/pages/TestLogs.vue?vue&type=template&id=2894e585 frontend-1 | frontend-1 | Module Warning (from ./node_modules/@quasar/app-webpack/node_modules/vue-loader/dist/templateLoader.js): frontend-1 | frontend-1 | <tr> cannot be child of <table>, according to HTML specifications. This can cause hydration errors or potentially disrupt future functionality. frontend-1 | 2 | <div class="row no-wrap no-scroll q-pa-md"> frontend-1 | 3 | <table class="q-table horizontal-separator full-width col-lg-12 col-xl-10"> frontend-1 | App • WARNING • Compilation succeeded but there are warning(s). Please check the log above. frontend-1 | 4 | <tr> frontend-1 | frontend-1 | | ^^^^ frontend-1 | 5 | <td colspan="2"> frontend-1 | | ^^^^^^^^^^^^^^^^^^^^^^^^ frontend-1 | 6 | <q-input placeholder="Search" v-model="search" debounce="300"> frontend-1 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ frontend-1 | 7 | <template v-slot:append> frontend-1 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ frontend-1 | 8 | <q-icon name="search" /> frontend-1 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ frontend-1 | 9 | </template> frontend-1 | | ^^^^^^^^^^^^^^^^^^^^^^^ frontend-1 | 10 | </q-input> frontend-1 | | ^^^^^^^^^^^^^^^^^^^^ frontend-1 | 11 | </td> frontend-1 | | ^^^^^^^^^^^^^ frontend-1 | 12 | <td> frontend-1 | | ^^^^^^^^^^^^ frontend-1 | 13 | <q-select frontend-1 | | ^^^^^^^^^^^^^^^^^^^ frontend-1 | 14 | v-model="statusFilter" frontend-1 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ frontend-1 | 15 | label="Status filter" frontend-1 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ frontend-1 | 16 | radio frontend-1 | | ^^^^^^^^^^^^^^^^^ frontend-1 | 17 | :options="testsStatusFilterLabels" frontend-1 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ frontend-1 | 18 | /> frontend-1 | | ^^^^^^^^^^^^ frontend-1 | 19 | </td> frontend-1 | | ^^^^^^^^^^^^^ frontend-1 | 20 | </tr> frontend-1 | | ^^^^^^^^^^^
In addition to this, while loading the ALBS, I can see the following warning in console:
The text was updated successfully, but these errors were encountered:
Fix compilation warning due to missing thead
4be6003
Also, add id property to EssentialLinks component to fix navigation warnings about non-props attributes. Fixes: AlmaLinux/build-system#434
fc1612d
Fix compilation warning due to missing thead (#589)
e4e2501
javihernandez
Successfully merging a pull request may close this issue.
We can see the following compilation warnings:
In addition to this, while loading the ALBS, I can see the following warning in console:
The text was updated successfully, but these errors were encountered: