-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Server island not work when using preload library #12421
Comments
Hello @futamiy. Please provide a minimal reproduction using a GitHub repository or StackBlitz. Issues marked with |
stackblitz link: https://stackblitz.com/edit/withastro-astro-tkdvnm?file=package.json |
What does |
Video reproduce Content.1113.mp4When click a link and using |
I don't think there's much we can do, if a library messes up with script tags, we can't prevent it. I will send a PR to avoid that runtime error in the console, but maybe you should check if that library allows to prevent prefetching all script tags |
Astro Info
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
When in page with server island and open link with server island (and same name component too) where using preload library like framethrower, component not loaded and show this error
Repo
What's the expected result?
server island component load normally even use preload library
Link to Minimal Reproducible Example
Web Preview: https://4885e27d.futami.pages.dev/
Stackblitz Link: https://stackblitz.com/edit/withastro-astro-tkdvnm?file=package.json
Participation
The text was updated successfully, but these errors were encountered: