Actions: keepsimpleio/KeepSimpleOSS
Actions
117 workflow runs
117 workflow runs
?? [], which catches null/undefined but not
other non-array shapes returned by /api/users/me. A non-iterable value
threw "is not iterable" during render, blanking the whole page for
logged-in users while guests (accountData null) were unaffected. Guard
with Array.isArray so only real arrays are hydrated.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Claude PR Review
#109:
Pull request #161
opened
by
MaryWylde
?? [], which catches null/undefined but not
other non-array shapes returned by /api/users/me. A non-iterable value
threw "is not iterable" during render, blanking the whole page for
logged-in users while guests (accountData null) were unaffected. Guard
with Array.isArray so only real arrays are hydrated.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Claude PR Review
#108:
Pull request #160
opened
by
MaryWylde