LearnNewsExamplesServices
Frontmatter
id4709
titleutil.Logger: logError() is not able to properly parse specific scenarios
stateClosed
labels
bug
assigneesDinkh
createdAtAug 14, 2023, 1:44 PM
updatedAtJul 29, 2024, 9:26 PM
githubUrlhttps://github.com/neomjs/neo/issues/4709
authortobiu
commentsCount2
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtJul 29, 2024, 9:26 PM

util.Logger: logError() is not able to properly parse specific scenarios

Closed v8.1.0 bug
tobiu
tobiu commented on Aug 14, 2023, 1:44 PM

I added console.log(args) into logError() to see the given input.

Screenshot 2023-08-14 at 13 39 14

tobiu added the bug label on Aug 14, 2023, 1:44 PM
tobiu assigned to @Dinkh on Aug 14, 2023, 1:44 PM
tobiu
tobiu Aug 14, 2023, 1:54 PM

to reproduce this one, you can just add the following into any cmp, assuming a view controller exists somewhere:

domListeners: {
    click: 'notExistingFn'
}
Dinkh
Dinkh Jul 29, 2024, 9:26 PM

Tested in portal app, by adding the example. Fixed

Dinkh closed this issue on Jul 29, 2024, 9:26 PM