Skip to content

1.1.6 - Page resize fixes

Latest
Compare
Choose a tag to compare
@OvidijusParsiunas OvidijusParsiunas released this 15 Jan 15:13
· 1 commit to main since this release

This release includes a fix for Active Table error that is caused when resizing the webpage width:

Unhandled Runtime Error
TypeError: Cannot read properties of null (reading 'offsetWidth')

Call Stack
ParentResize.shouldRerenderTable
node_modules/active-table/dist/utils/render/parentResize.js (19:0)
ActiveTable.resizeCallback
node_modules/active-table/dist/utils/render/parentResize.js (25:0)

Mode details in the following issue.

A big thankyou to @irshadmb for implementing the fix!