Skip to content
New issue

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

🐛 BUG: Cannot read properties of undefined (reading 'Symbol(astro:slot-string)') #905

Closed
florian-lefebvre opened this issue Dec 13, 2023 · 2 comments
Labels
needs triage Issue needs to be triaged

Comments

@florian-lefebvre
Copy link
Member

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

<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>

Link to Minimal Reproducible Example

https://stackblitz.com/edit/github-laa84w?file=src%2Fpages%2Findex.astro

@github-actions github-actions bot added the needs triage Issue needs to be triaged label Dec 13, 2023
@MoustaphaDev
Copy link
Member

I think this is a duplicate of #914

@florian-lefebvre
Copy link
Member Author

You're right! I searched for it before opening but it didn't appear. Closing as duplicate

@florian-lefebvre florian-lefebvre closed this as not planned Won't fix, can't repro, duplicate, stale Dec 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs triage Issue needs to be triaged
Projects
None yet
Development

No branches or pull requests

2 participants