mirror of
https://github.com/hoornet/vega.git
synced 2026-05-07 20:59:12 -07:00
Malformed profiles with non-string fields (e.g. nip05: {}) crashed
React's entire render tree in production. Add typeof guards and
profileName() utility across all components that render profile data.
Add ErrorBoundary in main.tsx to show crash details instead of blank screen.