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
Fix stylesheet loading to prevent hanging Turbo frames and potential TypeError (#8594)
Filter null/empty hrefs from link elements before loading stylesheets,
add onerror handling so failed loads reject instead of hanging forever,
and use Promise.allSettled to always resume rendering even if a
stylesheet fails.
Closes#8587
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments