-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
auto imports don't seem to work #154
Comments
Thanks for the issue @VisualEhrmanntraut! Could you share a reproduction of the issue so we can debug it? |
astroembedrepro.zip |
An online version using StackBlitz or a GitHub repo would be great if you could possibly make one. Downloading a random ZIP is always a little hairy — would prefer to avoid it 😅 |
(I would've used StackBlitz, but it either hates me or the fact I'm using Safari. The commands are running too slow to do anything.) |
No worries — it’s actually very easy to open any GitHub repo on StackBlitz by doing |
Thanks again for the repro. I can confirm I’m seeing the bug on StackBlitz, but I’m a bit baffled as to why. I’ve tried various versions including the exact same versions of Starlight and Astro as the Might need to dig in to astro-embed to add some logging and see if we can see something funky happening with the MDX AST. |
I've added
embeds()
beforestarlight(...)
.The text was updated successfully, but these errors were encountered: