Comfy-Org / ComfyUI_frontend

Official front-end implementation of ComfyUI
https://www.comfy.org/
GNU General Public License v3.0
634 stars 115 forks source link

[Bug]: inkbar is null in console #1367

Open doctorpangloss opened 3 weeks ago

doctorpangloss commented 3 weeks ago

Frontend Version

1.3.26

Expected Behavior

a null inkbar should be gracefully handled as null.

Actual Behavior

errors in the console

Steps to Reproduce

Open the UI.

Debug Logs

(none of merit)

Browser Logs

Uncaught (in promise) TypeError: inkbar is null
    updateInkBar index.mjs:101
    mounted index.mjs:48
    promise callback*nextTick runtime-core.esm-bundler.js:289
    mounted index.mjs:47
    createHook runtime-core.esm-bundler.js:2757
    callWithErrorHandling runtime-core.esm-bundler.js:199
    callWithAsyncErrorHandling runtime-core.esm-bundler.js:206
    __weh runtime-core.esm-bundler.js:2737
    flushPostFlushCbs runtime-core.esm-bundler.js:385
    flushJobs runtime-core.esm-bundler.js:427
    promise callback*queueFlush runtime-core.esm-bundler.js:322
    queuePostFlushCb runtime-core.esm-bundler.js:336
    queueEffectWithSuspense runtime-core.esm-bundler.js:7256
    scheduler runtime-core.esm-bundler.js:6138
    scheduler reactivity.esm-bundler.js:1892
    trigger reactivity.esm-bundler.js:250
    endBatch reactivity.esm-bundler.js:308
    notify reactivity.esm-bundler.js:594
    trigger reactivity.esm-bundler.js:568
    set value reactivity.esm-bundler.js:1518
    finalizeNavigation vue-router.mjs:3478
    pushWithRedirect vue-router.mjs:3343
    promise callback*pushWithRedirect vue-router.mjs:3310
    push vue-router.mjs:3235
    install vue-router.mjs:3677
    use runtime-core.esm-bundler.js:3804
    <anonymous> main.ts:28

Setting JSON


What browsers do you use to access the UI ?

Mozilla Firefox

Other

No response

huchenlei commented 3 weeks ago

This is actually a PrimeVue bug.