You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using array indices as keys in list components can cause unexpected behavior, especially when items are reordered or changed. Instead, use a unique ID for each item to help React handle updates more efficiently.
File Affected:
AddProfessionalCategoryModal.tsx
The text was updated successfully, but these errors were encountered:
Description:
Using array indices as keys in list components can cause unexpected behavior, especially when items are reordered or changed. Instead, use a unique ID for each item to help React handle updates more efficiently.
File Affected:
AddProfessionalCategoryModal.tsx
The text was updated successfully, but these errors were encountered: