@selfcommunity/react-core 0.6.4-courses.206 → 0.6.4-courses.207

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -102,7 +102,7 @@ function stateInitializer(data) {
102
102
  */
103
103
  function useSCFetchLessonCommentObjects(props) {
104
104
  // PROPS
105
- const { id, lessonObject, offset = 0, pageSize = 5, orderBy = types_1.SCCommentsOrderBy.ADDED_AT_DESC, parent, onChangePage, cacheStrategy = utils_1.CacheStrategies.NETWORK_ONLY, } = props;
105
+ const { id, lessonObject, offset = 0, pageSize = 15, orderBy = types_1.SCCommentsOrderBy.ADDED_AT_DESC, parent, onChangePage, cacheStrategy = utils_1.CacheStrategies.NETWORK_ONLY, } = props;
106
106
  // FeedObject
107
107
  const { scLesson, setSCLesson } = (0, useSCFetchLesson_1.default)({
108
108
  id: id,
@@ -98,7 +98,7 @@ function stateInitializer(data) {
98
98
  */
99
99
  export default function useSCFetchLessonCommentObjects(props) {
100
100
  // PROPS
101
- const { id, lessonObject, offset = 0, pageSize = 5, orderBy = SCCommentsOrderBy.ADDED_AT_DESC, parent, onChangePage, cacheStrategy = CacheStrategies.NETWORK_ONLY, } = props;
101
+ const { id, lessonObject, offset = 0, pageSize = 15, orderBy = SCCommentsOrderBy.ADDED_AT_DESC, parent, onChangePage, cacheStrategy = CacheStrategies.NETWORK_ONLY, } = props;
102
102
  // FeedObject
103
103
  const { scLesson, setSCLesson } = useSCFetchLesson({
104
104
  id: id,