Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot read properties of undefined (reading '_c') #30

Open
pit07 opened this issue May 24, 2023 · 0 comments
Open

Cannot read properties of undefined (reading '_c') #30

pit07 opened this issue May 24, 2023 · 0 comments

Comments

@pit07
Copy link

pit07 commented May 24, 2023

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"
    }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant