You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am willing to submit a pull request for this issue.
Behaviour changed since astro v4.4
Before astro v4.4, a weird error message was returned (look at the changes in this issue to see it). After I have upgraded, the error message has disappeared, but the behaviour is still the same. I have updated this issue accordingly (except the minimal reproducable example) for the behaviour on astro version 4.4.0.
The text was updated successfully, but these errors were encountered:
godalming123
changed the title
Bad error message when the transition:name property is the wrong type
No error message when the transition:name property is the wrong type in dev mode, view transitions just don't work
Feb 18, 2024
Astro Info
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
View transitions do not work when the
transition:name
property is a number, their is no error message, and the issue is hard to debug.What's the expected result?
Either you can use numbers as the
transition:name
property, or a nice error message should be displayed, EG:Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-fie6dy?file=src%2Fpages%2Findex.astro
Participation
Behaviour changed since astro v4.4
Before astro v4.4, a weird error message was returned (look at the changes in this issue to see it). After I have upgraded, the error message has disappeared, but the behaviour is still the same. I have updated this issue accordingly (except the minimal reproducable example) for the behaviour on astro version 4.4.0.
The text was updated successfully, but these errors were encountered: