Files
rustfs-console/hooks
overtrue f2366f0507 fix: prevent React state update during render in data table
- Set autoResetPageIndex: false to avoid TanStack Table calling
  setPagination during render (causes 'component that hasn't mounted yet')
- Reset pageIndex in useEffect when options.data changes to preserve
  'back to first page on data change' behavior without render-phase setState
2026-02-01 21:42:47 +08:00
..