gabrielguerrero / ngrx-traits

NGRX Traits is a library to help you compose and reuse state logic in your angular app. There is two versions, @ngrx-traits/signals supports ngrx-signals, and @ngrx-traits/{core, common} supports ngrx.
MIT License
44 stars 3 forks source link

change page size on withEntitiesRemotePagination corrupts data #98

Closed gabrielguerrero closed 4 weeks ago

gabrielguerrero commented 4 weeks ago

Change page size on withEntitiesRemotePagination is corrupting the cache in some cases The solution is to clear the cache and reset the pageIndex to 0 so avoid any weird behaviors when the pageSize is change

github-actions[bot] commented 4 weeks ago

:tada: This issue has been resolved in version 17.8.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: