79115947

Date: 2024-10-22 22:42:59
Score: 1.5
Natty:
Report link

I found the issue, from the whole time I defined entity type wrong, missed to add parenthesis at the end.

const recordConfig = entityConfig({
  collection: 'records',
  entity: type<Record>(),
  selectId: (record) => record().pid,
});
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Yassine Klilich