Posted 1 May 2024, 4:52 pm EST
I have converted our web application to Active Reports 18 and found that there is an issue using Continuous View in the report viewer. The error I get is related to the code this.containerResizeObserver.disconnect(), in the removeListeners function. this.containerResizeObserver is undefined when vieweing through browser tools so I removed that line of code and the Continous View is now working. The error details are as follows:
Uncaught TypeError: Cannot read properties of undefined (reading ‘disconnect’)
at ia.removeListeners (jsViewer.min.js:5:914275)
at ia.componentWillUnmount (jsViewer.min.js:5:910918)
at jsViewer.min.js:5:687015
at uo (jsViewer.min.js:5:687056)
at _o (jsViewer.min.js:5:688888)
at bl (jsViewer.min.js:5:702372)
at t.unstable_runWithPriority (jsViewer.min.js:5:729334)
at $r (jsViewer.min.js:5:647537)
at Ml (jsViewer.min.js:5:700232)
at ol (jsViewer.min.js:5:696386)