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
@astrojs/compiler
2.3.2
npm
Linux, Windows
The following
<span class="before:content-['\02022']">TEST</span>
throws
Cannot read properties of undefined (reading 'Symbol(astro:slot-string)')
but updating to the following fixes it.
<span class="before:content-['\\02022']">TEST</span>
https://stackblitz.com/edit/github-laa84w?file=src%2Fpages%2Findex.astro
The text was updated successfully, but these errors were encountered:
I think this is a duplicate of #914
Sorry, something went wrong.
You're right! I searched for it before opening but it didn't appear. Closing as duplicate
No branches or pull requests
What version of
@astrojs/compiler
are you using?2.3.2
What package manager are you using?
npm
What operating system are you using?
Linux, Windows
Describe the Bug
The following
throws
but updating to the following fixes it.
Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-laa84w?file=src%2Fpages%2Findex.astro
The text was updated successfully, but these errors were encountered: