Issue with Edit Button Functionality in Child Table of Frappe Doctype

I have a doctype with a table-type field linked to a child table that contains several fields. I can view the entries in the table, but if there are more than 10 fields, I need to click the edit button for a specific row to modify the details. However, when I click the edit button, it does not work, and I cannot access the row’s details.

Interestingly, when I change the linkage to another child table, the edit functionality works perfectly. In the console, I encounter the following error:

Screenshot from 2024-10-11 12-24-30

Can anyone help me troubleshoot this issue?