Open Issues Need Help
View All on GitHub fix: FollowButtonの動作が逆になっている 1 day ago
P: urgent T: bug (confirmed) good first issue
fix: メールアドレスでログイン出来るようにする 10 months ago
P: high good first issue
refactor: エラーハンドリングをErrorBoundaryに置き換える 11 months ago
AI Summary: This issue proposes refactoring the error handling in a Remix application. The goal is to replace the current custom method, which involves checking for an "error" key in `loader` and `action` function responses, with Remix's native `ErrorBoundary` mechanism. This aligns the application with recommended Remix practices.
Complexity:
3/5
P: medium good first issue