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
The following script
useScript('https://cdn.jsdelivr.net/npm/[email protected]/dist/js-confetti.browser.js')
currently yields
<script data-onload="" data-onerror="" defer="" fetchpriority="low" crossorigin="anonymous" referrerpolicy="no-referrer" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js-confetti.browser.js" data-hid="5c23421"></script>
While documentation lists async as one of the attributes that will be added by default, it is missing from the generated output above.
async
At the same time fetchpriority="low" seems to be missing from documentation, which is also a default.
fetchpriority="low"
N/A
🌈
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🐛 The bug
The following script
currently yields
While documentation lists
async
as one of the attributes that will be added by default, it is missing from the generated output above.At the same time
fetchpriority="low"
seems to be missing from documentation, which is also a default.🛠️ To reproduce
N/A
🌈 Expected behavior
🌈
ℹ️ Additional context
No response
The text was updated successfully, but these errors were encountered: