You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If someone sets currentPage to zero while totalPages is zero the value of currentPage will be set to 1 and that will cycle this observer to then evaluate currentPage > totalPages to true - which then sets the value to 0 again. The loop reaches stack limit and blows up.
The text was updated successfully, but these errors were encountered:
in fixtable-grid.js
console output:
https://apps.mypurecloud.com/s/#/1/cmmwvzrmorajho6xpqzzesrljm
If someone sets currentPage to zero while totalPages is zero the value of currentPage will be set to 1 and that will cycle this observer to then evaluate currentPage > totalPages to true - which then sets the value to 0 again. The loop reaches stack limit and blows up.
The text was updated successfully, but these errors were encountered: