DEV Community

Discussion on: Server Side Pagination Made Easy with Akita and Angular

Collapse
 
fateh14 profile image
fateh14 • Edited

you have to pass the whole state to PaginationResponse, otherwise you will have an error

Collapse
 
gridou profile image
khalil la • Edited

No, you need to changed type from Contract to any as a workaround for this error