We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
astro
astro 1.0.0-beta.72 and @astrojs/lit 0.3.1
None
npm
WIndows, Linux
When building a project where a lit component is referenced within a dynamic route, astro fails with the following error message:
Note that this error only occurs when BUILDING the project. The dev server continues to work.
https://stackblitz.com/edit/github-a61u51-p8tuyj?file=src/pages/[id].astro
The text was updated successfully, but these errors were encountered:
matthewp
Successfully merging a pull request may close this issue.
What version of
astro
are you using?astro 1.0.0-beta.72 and @astrojs/lit 0.3.1
Are you using an SSR adapter? If so, which one?
None
What package manager are you using?
npm
What operating system are you using?
WIndows, Linux
Describe the Bug
When building a project where a lit component is referenced within a dynamic route, astro fails with the following error message:
Note that this error only occurs when BUILDING the project. The dev server continues to work.
Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-a61u51-p8tuyj?file=src/pages/[id].astro
Participation
The text was updated successfully, but these errors were encountered: