-
Notifications
You must be signed in to change notification settings - Fork 52
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
fix(svelte): correct lazy loading #485
Conversation
✅ Deploy Preview for unpic-qwik ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for unpic-vue ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for unpic-solid ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for unpic-astro ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for unpic-webc ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for unpic-svelte ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for unpic-next ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for unpic-preact canceled.
|
✅ Deploy Preview for unpic-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for unpic-lit ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for unpic-angular ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
🤖 I have created a release *beep* *boop* --- <details><summary>svelte: 0.0.47</summary> ## [0.0.47](svelte-v0.0.46...svelte-v0.0.47) (2024-02-04) ### Bug Fixes * **svelte:** correct lazy loading ([#485](#485)) ([c44fad7](c44fad7)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
This is an attempt to fix #444, based on @adrienrn's example. This is mainly about ensuring the loading=lazy prop is applied after the src attribute.