Not a bug Last XF

Code:
Uncaught TypeError: c is undefined
    classToConstructor http://localhost/js/xf/core-compiled.js?_v=0db404d1:80
    getObjectFromIdentifier http://localhost/js/xf/core-compiled.js?_v=0db404d1:112
    c http://localhost/js/xf/core-compiled.js?_v=0db404d1:192
    b http://localhost/js/xf/core-compiled.js?_v=0db404d1:193
    initialize http://localhost/js/xf/core-compiled.js?_v=0db404d1:194
    activate http://localhost/js/xf/core-compiled.js?_v=0db404d1:44
    onPageLoad http://localhost/js/xf/core-compiled.js?_v=0db404d1:19
    setTimeout handler* http://localhost/js/xf/core-compiled.js?_v=0db404d1:215
    on http://localhost/js/xf/core-compiled.js?_v=0db404d1:9
    on http://localhost/js/xf/core-compiled.js?_v=0db404d1:9
    <anonymous> http://localhost/js/xf/core-compiled.js?_v=0db404d1:215
    <anonymous> http://localhost/js/xf/core-compiled.js?_v=0db404d1:215
core-compiled.js:80:100
    classToConstructor http://localhost/js/xf/core-compiled.js?_v=0db404d1:80
    getObjectFromIdentifier http://localhost/js/xf/core-compiled.js?_v=0db404d1:112
    c http://localhost/js/xf/core-compiled.js?_v=0db404d1:192
    b http://localhost/js/xf/core-compiled.js?_v=0db404d1:193
    forEach self-hosted:160
    initialize http://localhost/js/xf/core-compiled.js?_v=0db404d1:194
    activate http://localhost/js/xf/core-compiled.js?_v=0db404d1:44
    onPageLoad http://localhost/js/xf/core-compiled.js?_v=0db404d1:19
    (Async: setTimeout handler)
    <anonym> http://localhost/js/xf/core-compiled.js?_v=0db404d1:215
    (Async: EventListener.handleEvent)
    on http://localhost/js/xf/core-compiled.js?_v=0db404d1:9
    forEach self-hosted:160
    on http://localhost/js/xf/core-compiled.js?_v=0db404d1:9
    <anonym> http://localhost/js/xf/core-compiled.js?_v=0db404d1:215
    <anonym> http://localhost/js/xf/core-compiled.js?_v=0db404d1:215
 
The warning that the source map isn't available is informational and not related to any issues you might be experiencing. Are you running into a real issue on the default style with add-ons disabled?
 
I struggled yesterday with the fact that "Edit Post" was breaking the bindings between JavaScript and the buttons. I noticed this issue during my work. However, I don’t see any impact on the forum on localhost. A few add-ons are installed.
 
Back
Top Bottom