Sarthak Karode

Results 7 issues of Sarthak Karode

auto-dep-install is a CLI tool that helps automate dependency installation and cleanup in JavaScript/TypeScript projects.

**Description** fixed #1813 installed "avsc": "^5.7.9", code changes in ./src/commands/validate.ts file

### Describe the bug. Both `Feedback.tsx` and `NewsletterSubscribe.tsx` use fetch() without a .catch() block or try/catch wrapper. This causes unhandled promise rejections, and any network failure results in the UI...

bug

### Describe the bug. The application does not use any React error boundaries. If any component throws a runtime error, the entire page crashes instead of showing a fallback UI....

bug

**Description** - Added a global React Error Boundary to prevent full white-screen crashes in production. - Without an error boundary, any runtime error inside a component (e.g., NavBar, Layout, page...

**Description** - Added proper error handling to fetch calls in Feedback and NewsletterSubscribe components - Replaced .then() chains with async/await + try/catch for cleaner and safer logic - Ensures network...

solved issue#3653 **Description** - Added years filter in components/FinancialSummary/BarChartComponent.tsx ## Summary by CodeRabbit * **Documentation** * Added in-code guidance and commented scaffolding for a future year selector and alternate data...