You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In setting up for SolidStart's next Beta Phase built on Nitro and Vinxi we are closing all PRs/Issues that will not be merged due to the system changing. If you feel your issue was closed by mistake. Feel free to re-open it after updating/testing against 0.4.x release. Thank you for your patience. See #1139 for more details.
Duplicates
Latest version
Current behavior 😯
When an image fails loading, onError is not triggered when SSR is enabled in
vite.config.ts
. I've attached a minimal reproducer of the issue:If I open the page when SSR enabled, it will show the typical image load failed but onError would not have been triggered.
Expected behavior 🤔
OnError should be triggered even if SSR is enabled.
Steps to reproduce 🕹
Steps:
Context 🔦
I am trying to load images from dynamic paths, but if the image has failed loading it should show a default image.
Your environment 🌎
No response
The text was updated successfully, but these errors were encountered: