CSS removed during View Transitions in React Components #8856
Labels
- P3: minor bug
An edge case that only affects very specific usage (priority)
feat: view transitions
Related to the View Transitions feature (scope)
Astro Info
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
When using ViewTransitions with React components, the CSS is removed after transition.
If you reload the page, the css get's applied again.
What's the expected result?
The CSS should be still applied after transition.
I my example there should be still a big red div after clicking "Go to next page".
Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-pcyjcb
Participation
The text was updated successfully, but these errors were encountered: