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
It's actually a combination between the import in the script, the frontmatter, and the component present in the template that causes the bug.
---
// removing this makes the issue go
import Grid from "../components/Grid"
---
<!-- or this --><Gridclient:only="react"/><script>
<!-- or this -->
importGridfrom"../components/Grid"</script>
What version of
@astrojs/compiler
are you using?2.7.0
What package manager are you using?
pnpm
What operating system are you using?
Windows
Describe the Bug
Link to Minimal Reproducible Example
Live Astro Compiler
The text was updated successfully, but these errors were encountered: