Make a data list bigger than the max per page:
then go to next page, now reduce the data list length to have just one page:

this makes the system break:

Console error
hook.js:608 TypeError: Cannot read properties of undefined (reading 'length')
at To (scheduler.b89278e8.js:51:5679)
at rE (scheduler.b89278e8.js:82:538)
at Xi (client.8bfcbea1.js:22:19040)
at ci (client.8bfcbea1.js:24:12186)
at da (client.8bfcbea1.js:24:44491)
at aa (client.8bfcbea1.js:24:39480)
at ff (client.8bfcbea1.js:24:39411)
at Vr (client.8bfcbea1.js:24:39271)
at wi (client.8bfcbea1.js:24:35713)
at ua (client.8bfcbea1.js:24:34687)
client.8bfcbea1.js:24 Uncaught TypeError: Cannot read properties of undefined (reading 'length')
at To (scheduler.b89278e8.js:51:5679)
at rE (scheduler.b89278e8.js:82:538)
at Xi (client.8bfcbea1.js:22:19040)
at ci (client.8bfcbea1.js:24:12186)
at da (client.8bfcbea1.js:24:44491)
at aa (client.8bfcbea1.js:24:39480)
at ff (client.8bfcbea1.js:24:39411)
at Vr (client.8bfcbea1.js:24:39271)
at wi (client.8bfcbea1.js:24:35713)
at ua (client.8bfcbea1.js:24:34687)
Make a data list bigger than the max per page:
then go to next page, now reduce the data list length to have just one page:

this makes the system break:

Console error