nova-ajax-select icon indicating copy to clipboard operation
nova-ajax-select copied to clipboard

Cannot read properties of undefined (reading '_c')

Open pit07 opened this issue 2 years ago • 0 comments

I have a js issue:

runtime-core.esm-bundler.js:226 TypeError: Cannot read properties of undefined (reading '_c')
    at Proxy.render (nova-ajax-select:1:156677)
    at Fn (runtime-core.esm-bundler.js:888:44)
    at we.fn (runtime-core.esm-bundler.js:5600:57)
    at we.run (reactivity.esm-bundler.js:185:25)
    at R.e.update (runtime-core.esm-bundler.js:5714:56)
    at R (runtime-core.esm-bundler.js:5728:9)
    at j (runtime-core.esm-bundler.js:5510:9)
    at N (runtime-core.esm-bundler.js:5468:17)
    at g (runtime-core.esm-bundler.js:5058:21)
    at E (runtime-core.esm-bundler.js:5254:13)
runtime-core.esm-bundler.js:226 TypeError: Cannot read properties of undefined (reading 'filter')
    at Proxy.watchedComponents (nova-ajax-select:1:2112)
    at we.run (reactivity.esm-bundler.js:185:25)
    at get value [as value] (reactivity.esm-bundler.js:1147:39)
    at Object.get [as watchedComponents] (runtime-core.esm-bundler.js:3436:30)
    at Object.get (runtime-core.esm-bundler.js:3109:24)
    at Proxy.mounted (nova-ajax-select:1:1779)
    at nn (runtime-core.esm-bundler.js:155:22)
    at rn (runtime-core.esm-bundler.js:164:21)
    at Lr.t.__weh.t.__weh (runtime-core.esm-bundler.js:2682:29)
    at xn (runtime-core.esm-bundler.js:339:32)

My API returns:

[
    {
        "value": 2,
        "display": "2023-09-01 00:00:00 -> 2023-11-30 00:00:00"
    },
    {
        "value": 4,
        "display": "2023-02-01 00:00:00 -> 2023-06-30 00:00:00"
    }
]

pit07 avatar May 24 '23 12:05 pit07