Property "isOpen" was accessed during render but is not defined on instance #1943

Closed
opened 2022-07-15 16:35:59 +00:00 by andreymal · 1 comment
Contributor

Every time I try to open filters, the following error occurs:

Property "isOpen" was accessed during render but is not defined on instance. 
Proxy { <target>: {…}, <handler>: {…} }
 app warnHandler main.ts:92:10
    errorHandler main.ts:92
    // ...
    default filter-popup.vue:27
    renderFnWithContext runtime-core.esm-bundler.js:853
    renderSlot runtime-core.esm-bundler.js:2968
    default modal.vue:34
    // ...
    (promise callback)
    // ...
    0 filter-popup.vue:10
    // ...
Every time I try to open filters, the following error occurs: ``` Property "isOpen" was accessed during render but is not defined on instance. Proxy { <target>: {…}, <handler>: {…} } app warnHandler main.ts:92:10 errorHandler main.ts:92 // ... default filter-popup.vue:27 renderFnWithContext runtime-core.esm-bundler.js:853 renderSlot runtime-core.esm-bundler.js:2968 default modal.vue:34 // ... (promise callback) // ... 0 filter-popup.vue:10 // ... ```
konrad added the
kind/bug
label 2022-07-18 13:31:24 +00:00
Owner

Should be fixed in 6dc02c45dd

Should be fixed in https://kolaente.dev/vikunja/frontend/commit/6dc02c45dd78485106b89537f9ca49328a4adbb7
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: vikunja/vikunja#1943
No description provided.