React Suspense Not Rendering on Safari and iOS Browsers
Unanswered
German Spaniel posted this in #help-forum
German SpanielOP
React Suspense is not rendering as expected on Safari and iOS browsers. The loading state shows up properly on Chrome but fails on Safari and iOS devices.
Expected Behavior:
The loading state should be displayed in Safari and iOS browsers just as it does in Chrome.
Actual Behavior:
The loading state does not render in Safari and iOS browsers.
Additional Context:
Issue link: https://issue-suspense.vercel.app
code : https://stackblitz.com/edit/stackblitz-starters-hcsstx?file=README.md
Expected Behavior:
The loading state should be displayed in Safari and iOS browsers just as it does in Chrome.
Actual Behavior:
The loading state does not render in Safari and iOS browsers.
Additional Context:
Issue link: https://issue-suspense.vercel.app
code : https://stackblitz.com/edit/stackblitz-starters-hcsstx?file=README.md
2 Replies
@German Spaniel React Suspense is not rendering as expected on Safari and iOS browsers. The loading state shows up properly on Chrome but fails on Safari and iOS devices.
**Expected Behavior:**
The loading state should be displayed in Safari and iOS browsers just as it does in Chrome.
**Actual Behavior:**
The loading state does not render in Safari and iOS browsers.
Additional Context:
Issue link: https://issue-suspense.vercel.app
code : https://stackblitz.com/edit/stackblitz-starters-hcsstx?file=README.md
see if this thread helps - https://nextjs-forum.com/post/1256703468761120815
German SpanielOP
Thx @Dayo