1 Open Issue Need Help Last updated: Jul 27, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Debug a React application's category creation functionality. The 'Create Category' modal opens correctly, but the newly added category ('Drinks') is not automatically selected after creation. This requires inspecting the relevant components (ProductFormModal, ProductsPage, CategoryAddModal) and services (product.service.ts, category.service.ts) to identify why the newly created category isn't being selected in the UI. The debugging will likely involve examining state management, API calls, and data flow within the React components.

Complexity: 4/5
bug good first issue

TypeScript