Closed alator21 closed 4 months ago
This was fixed in 2.8.1 of the compiler (it's possible your project doesn't have this yet).
This should be fixed in 4.11.1. Let me know if its not (releasing now). https://github.com/withastro/astro/pull/11297
Just upgraded to 4.1.1
Astro v4.11.1
Node v20.11.0
System Linux (x64)
Package Manager bun
Output server
Adapter @astrojs/node
Integrations @astrojs/tailwind
@astrojs/react
The issue still persists.
Astro Info
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
I have an astro component with the following code
I want some of my routes to have the property
data-astro-reload
so they can avoid some issues that i have with view-transitions.When running
astro check
I get a warningWhat's the expected result?
To not have any warning when having conditional
data-astro-reload
propertyLink to Minimal Reproducible Example
https://stackblitz.com/edit/github-eyffq4?file=src%2Fpages%2Findex.astro
Participation