Closed marpe closed 2 weeks ago
I think forcing another release for @astrojs/vue
in the next
branch should fix this. Interesting issue with changesets though as this means bug fixes from main
won't trigger a release on next
because we always do a release in main
first (which clears the changesets) before merging up and releasing next
🤔
Fixed in @astrojs/vue@5.0.0-beta.1
Astro Info
If this issue only occurs in one browser, which browser is a problem?
Chrome
Describe the Bug
I'm receiving a
Uncaught ReferenceError: app is not defined
error when navigating from a page with a vue component when using view transitions. Probably related to #12116. it's this line: https://github.com/withastro/astro/blob/52d1b58f89969551f881bc95107b5caf19d70586/packages/integrations/vue/client.js#L47Note that I'm running the 5.0 beta.
Minimal repro here
What's the expected result?
I expect no error to be thrown :}
Link to Minimal Reproducible Example
https://github.com/marpe/astro-viewtransition-issue
Participation