Checking the non-monified JS it seems the error is...
# questions
p
Checking the non-monified JS it seems the error is on this specific line callback?.call(label, e); IF might be due to the optional chaining operator (
?.
) not being supported by the JavaScript minifier, does anybody knows something about that? I have no clue about how the JS gets minified in Grails