Skip to content

🐛 Bug Report: Incomplete Error Message in ActivityFeed #643

@annrose2277-glitch

Description

@annrose2277-glitch

📜 Description

catch (err) {
console.error(err); // Error logged but not displayed to user
setLoading(false); // Loading state reset without error state
}
Issue: Catch block doesn't set any error state. Users won't know if data failed to load since loading is set to false without indicating an error occurred.

Impact: Silent failures, users see "No activity found" message without knowing if it's due to error or legitimate empty state.

Recommended Fix: Add error state management and display error messages to users.

What browsers are you seeing the problem on?

No response

📃 Relevant Screenshots (Links)

No response

Metadata

Metadata

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions