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
astro
2.9.3
No
npm
Mac
Chrome
Hi Astro team,
Thanks for shipping experimental view transitions API, huge win for the web. I've just tested it and it breaks navigation on the same page.
// index.astro <a href="/blog">blog</a> <a href="#test">test</a> <div id="test">test</a>
/blog
/
id
#test
div is scrolled into a view.
div
https://stackblitz.com/edit/github-a9ccjq-n4vkah?file=src%2Fpages%2Findex.astro,astro.config.mjs,src%2Flayouts%2FLayout.astro,src%2Fpages%2Fblog.astro,package.json&on=stackblitz
The text was updated successfully, but these errors were encountered:
Thanks! Will take a look.
Sorry, something went wrong.
@matthewp Hi! Matthew. Did you notice the following error in devtools? Be more specifically, this error is related to View Transition feature.
I upgrade the astro to latest version(2.9.6), but the error is still there.
there is a minimal repo: online reproduce steps:
then you will see the error in chrome devtools.
matthewp
Successfully merging a pull request may close this issue.
What version of
astro
are you using?2.9.3
Are you using an SSR adapter? If so, which one?
No
What package manager are you using?
npm
What operating system are you using?
Mac
What browser are you using?
Chrome
Describe the Bug
Hi Astro team,
Thanks for shipping experimental view transitions API, huge win for the web.
I've just tested it and it breaks navigation on the same page.
/blog
/
id
on the same page -#test
What's the expected result?
div
is scrolled into a view.Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-a9ccjq-n4vkah?file=src%2Fpages%2Findex.astro,astro.config.mjs,src%2Flayouts%2FLayout.astro,src%2Fpages%2Fblog.astro,package.json&on=stackblitz
Participation
The text was updated successfully, but these errors were encountered: