79442718

Date: 2025-02-16 07:12:40
Score: 1
Natty:
Report link

I eventually found an explanation. My mistake was that the equipment was stored as JSON string and I didn't parse the value returned by the api. After

brModel.value = data.data[0]

I should add

brModel.value.equipment=JSON.parse(brModel.value.equipment)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Meaulnes