v1.191.9
Fix
Update load more logic in InfiniteScrollList component
- Introduced a new variable `showLoadMore` to determine the visibility of the "Load more" button based on the parent's `initialHasMore` prop.
- Updated the rendering condition for the "Load more" button to use `showLoadMore` instead of `hasMore`, improving the component's behavior in relation to parent state.
