79330417

Date: 2025-01-05 08:36:50
Score: 1.5
Natty:
Report link

As I noticed I fetch categories list asynchronously so, when the dropdown component renders the list is empty so I add a conditional render.

  {!categories || categories.length === 0 ? (<Loader />) : (<DropDown/>)}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Yahya