79178288

Date: 2024-11-11 15:51:37
Score: 2.5
Natty:
Report link

I found the problem.

As @EstusFlask mentioned, I should not use the index as key.

After further investigation, I replaced :key="index" with :key="route".

Now it works fine.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • User mentioned (1): @EstusFlask
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Kornikopic