This page will help you to understand and solve this issue: https://typeofnan.dev/fix-cannot-read-property-map-of-undefined-error-in-react/
Hi, I've had a similar issue, where Mendix Studio Pro did not throw an error but in Runtime using the Data Grid xould not get an entity from the database.
"Cannot read properties of undefined (reading 'recalculate') TypeError: Cannot read properties of undefined (reading 'recalculate')"
But another Error told me "This grid has been configured for an entity the current user doesn't have access to."
Giving Access rights to the entity solved my problem.
Hi, I've had a similar issue, where Mendix Studio Pro did not throw an error but in Runtime using the Data Grid xould not get an entity from the database.
"Cannot read properties of undefined (reading 'recalculate') TypeError: Cannot read properties of undefined (reading 'recalculate')"
But another Error told me "This grid has been configured for an entity the current user doesn't have access to."
Giving Access rights to the entity solved my problem.