Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[APP-1999] Fix ReportDialog Android hang by narrowing dependency arrays (#10171)

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

authored by

Spence Pope
Claude Opus 4.6 (1M context)
and committed by
GitHub
c0d3010f 3685439f

+12 -2
+12 -2
src/components/moderation/ReportDialog/index.tsx
··· 184 184 ) 185 185 }) 186 186 }, [ 187 - props, 187 + props.subject, 188 188 allLabelers, 189 189 state.selectedOption, 190 190 isBskyOnlyReason, ··· 241 241 } finally { 242 242 setPending(false) 243 243 } 244 - }, [_, submitReport, state, dispatch, props, setPending, setSuccess]) 244 + }, [ 245 + _, 246 + submitReport, 247 + state, 248 + dispatch, 249 + props.subject, 250 + props.control, 251 + props.onAfterSubmit, 252 + setPending, 253 + setSuccess, 254 + ]) 245 255 246 256 useCallOnce(() => { 247 257 ax.metric('reportDialog:open', {