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
5.1.1.
No response
I think the docs could be clearer about this. For example:
This works
<!--footer--> <footer class="mt-auto bg-theme-selected-footer-background" transition:persist>
But if I take the transition:persist and put it in the Astro component (i.e. the wrapper), it does not work
<Footer transistion:persist />
Perhaps not a bug, but if not, docs could be a little bit clearer
See above
seeabove
The text was updated successfully, but these errors were encountered:
Hi @dreamstar-enterprises 👋🏼, yes!
If the Footer component does not handle transition:persist, it will just be ignored.
transition:persist
Would you please open a PR on the docs repository to improve the docs?
Sorry, something went wrong.
No branches or pull requests
Astro Info
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
I think the docs could be clearer about this.
For example:
This works
But if I take the transition:persist and put it in the Astro component (i.e. the wrapper), it does not work
<Footer transistion:persist />
Perhaps not a bug, but if not, docs could be a little bit clearer
What's the expected result?
See above
Link to Minimal Reproducible Example
seeabove
Participation
The text was updated successfully, but these errors were encountered: