Fix:
Changed pageSizeOptions to {[25]}
Deleted initialState
Introduced rowCount state in DashboardProvider, useEffect that sets it everytime peopleGroupTarget.totalCount changes, and when its not undefined, and passed it on through context.
Got it from destructuring useDasboard, and used it in rowCount prop of the datagrid, rowCount = rowCount (state thought context)