Trey T bb5c6d3bd5 Fix Settings crash: missing fragment interpolation
ANALYTICS_OWN_PROFILE_FRAGMENT spreads ...ProfileLocationFragment but never
interpolated ${PROFILE_LOCATION_FRAGMENT}, unlike its siblings (PROFILE_CONTENT,
LIKES, SEARCH_SETTINGS). The dangling spread propagated up through
AUTH_PROFILE_FRAGMENT → AUTH_PROVIDER_FRAGMENT → APP_SETTINGS_QUERY, which the
Settings page runs on mount — producing "Invariant Violation: No fragment named
ProfileLocationFragment" and crashing <SettingsPage>.

Add the interpolation so the fragment is self-contained. Also fixes the same
latent break in AUTH_PROVIDER_QUERY and ANALYTICS_QUERY.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-01 19:04:50 -05:00
2026-03-20 18:49:48 -05:00
2026-03-20 18:49:48 -05:00
2026-03-20 18:51:39 -05:00
2026-03-20 18:49:48 -05:00
2026-03-20 18:49:48 -05:00
2026-03-20 18:49:48 -05:00
S
Description
No description provided
100 MiB
Languages
TypeScript 88.7%
JavaScript 9.7%
CSS 1.3%
Dockerfile 0.2%