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
LineUp breaks in our apps after the release 2.4.1 with the following run-time error:
Uncaught (in promise) TypeError: Class constructor ACellTableSection cannot be invoked without 'new'
at new EngineRanking (EngineRanking.js:71:1)
at MultiTableRowRenderer.<anonymous> (EngineRenderer.js:277:1)
at MultiTableRowRenderer.pushTable (MultiTableRowRenderer.js:107:1)
at EngineRenderer.push.6NJj.EngineRenderer.addRanking (EngineRenderer.js:276:1)
at Object.<anonymous> (EngineRenderer.js:225:1)
at Dispatch.apply (dispatch.js:61:59)
at fireImpl (AEventDispatcher.js:107:1)
at Array.forEach (<anonymous>)
at LocalDataProvider.push.gwz5.AEventDispatcher.fireImpl (AEventDispatcher.js:110:1)
at LocalDataProvider.push.gwz5.AEventDispatcher.fire (AEventDispatcher.js:84:1)
I think the error is caused by the updated tsconfig.json. We should revert/downgrade version and match the one in lineupjs.
LineUp breaks in our apps after the release 2.4.1 with the following run-time error:
I think the error is caused by the updated tsconfig.json. We should revert/downgrade version and match the one in lineupjs.
lineupengine/tsconfig.json
Lines 2 to 7 in 7f7a197
https://github.com/lineupjs/lineupjs/blob/93e18c26a61797342b4953a2d6b6a9558ce4a177/tsconfig.json#L3-L7
Please create another patch release after this fix.
Context
The text was updated successfully, but these errors were encountered: