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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃悰 BUG: No type support/suggestions when using {} for href. #747

Open
ata1704 opened this issue Jan 4, 2024 · 0 comments
Open

馃悰 BUG: No type support/suggestions when using {} for href. #747

ata1704 opened this issue Jan 4, 2024 · 0 comments
Labels
needs triage Issue needs to be triaged

Comments

@ata1704
Copy link

ata1704 commented Jan 4, 2024

Describe the Bug

I don't get proper type support when I import multiple markdown files via Astro.glob with a provided type inside href. It's working between html tags and just for test purposes I also tried in inside class={} and it's working nicely.
Here's a video that. At the end I show that it's working as expected between two html tags.

Bildschirmaufnahme.2024-01-04.um.11.30.12.mov

Steps to Reproduce

  1. I used Astro.glob with a provided type in the component script to import multiple markdown files.
  2. Then I use the map function to create list elements.
  3. I get proper type support when I just use it with curly braces between two html tags but not when I use it for href.
@github-actions github-actions bot added the needs triage Issue needs to be triaged label Jan 4, 2024
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

1 participant