Summary
A rendering error inside the bonding curve chart component currently bubbles up and crashes the entire creator profile page. An error boundary scoped to the chart should catch the error and show a fallback message while keeping the rest of the page functional.
Scope
- Wrap the bonding curve chart in a React error boundary component
- The fallback UI should show a short message: 'Chart unavailable — try refreshing'
- The fallback should include a retry button that resets the error boundary and re-renders the chart
- Log the caught error to the existing client-side error logger
- The rest of the creator profile page should remain fully interactive during the fallback state
Acceptance Criteria
ETA: 12 hours
Coordinate on Telegram
Summary
A rendering error inside the bonding curve chart component currently bubbles up and crashes the entire creator profile page. An error boundary scoped to the chart should catch the error and show a fallback message while keeping the rest of the page functional.
Scope
Acceptance Criteria
ETA: 12 hours
Coordinate on Telegram