kevinmcisaac
Posts: 37
Joined: Mon Oct 05, 2020 8:27 am

ERROR TypeError: _co.deleteallClick__j_97 is not a function

I've had similar problem to this a few times today.

I changed a screen, then tested the app and got the errror below. The screen I changed was unrelated to the screen with the error.

To fix this I unset the click event for the button on the settings page, then set it again. When I test the app the problem is gone.

I've also had problems with a DataTable where I needed to change the row height then change it back.

-------- console error message -

ERROR TypeError: co.deleteallClick__j_97 is not a function
at Object.eval [as handleEvent] (SettingsPage.html:182)
at handleEvent (core.js:38098)
at callWithDebugContext (core.js:39716)
at Object.debugHandleEvent [as handleEvent] (core.js:39352)
at dispatchEvent (core.js:25818)
at core.js:37030
at HTMLElement.<anonymous> (platform-browser.js:1789)
at ZoneDelegate.invokeTask (zone-evergreen.js:391)
at Object.onInvokeTask (core.js:34182)
at ZoneDelegate.invokeTask (zone-evergreen.js:390)
View_SettingsPage_0 @ SettingsPage.html:182
proxyClass @ compiler.js:19436
logError @ core.js:39651
handleError @ core.js:9162
dispatchEvent @ core.js:25822
(anonymous) @ core.js:37030
(anonymous) @ platform-browser.js:1789
invokeTask @ zone-evergreen.js:391
onInvokeTask @ core.js:34182
invokeTask @ zone-evergreen.js:390
runTask @ zone-evergreen.js:168
invokeTask @ zone-evergreen.js:465
invokeTask @ zone-evergreen.js:1603
globalZoneAwareCallback @ zone-evergreen.js:1629
SettingsPage.html:182 ERROR CONTEXT DebugContext {view: {…}, nodeIndex: 245, nodeDef: {…}, elDef: {…}, elView: {…}}
View_SettingsPage_0 @ SettingsPage.html:182
proxyClass @ compiler.js:19436
logError @ core.js:39651
handleError @ core.js:9167
dispatchEvent @ core.js:25822
(anonymous) @ core.js:37030
(anonymous) @ platform-browser.js:1789
invokeTask @ zone-evergreen.js:391
onInvokeTask @ core.js:34182
invokeTask @ zone-evergreen.js:390
runTask @ zone-evergreen.js:168
invokeTask @ zone-evergreen.js:465
invokeTask @ zone-evergreen.js:1603
globalZoneAwareCallback @ zone-evergreen.js:1629

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Re: ERROR TypeError: _co.deleteallClick__j_97 is not a function

Hello Kevin,

Could you please provide us with more details, screenshots or exact steps to reproduce this problem?

Return to “Issues”