@gisce/react-ooui 1.1.18-rc.0 → 1.1.18-rc.1

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.
@@ -18587,7 +18587,7 @@ function Tree(e) {
18587
18587
  span: 12,
18588
18588
  children: /* @__PURE__ */ jsx(Pagination, {
18589
18589
  total: r,
18590
- pageSize: w.current,
18590
+ pageSize: w.current === 0 ? r : w.current,
18591
18591
  current: t,
18592
18592
  showSizeChanger: !1,
18593
18593
  onChange: s