You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use k-list-input, you can see an error type in console.
[Vue warn]: inject() can only be used inside setup() or functional components.
[Vue warn]: Unhandled error during execution of scheduler flush. This is likely a Vue internals bug. Please open an issue at https://github.com/vuejs/core
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'value')
at use-theme-classes.js?v=82131380:48:25
at ReactiveEffect.fn (chunk-ESTIRR4N.js?v=82131380:1235:13)
at ReactiveEffect.run (chunk-ESTIRR4N.js?v=82131380:429:19)
at get value (chunk-ESTIRR4N.js?v=82131380:1246:64)
at triggerComputed (chunk-ESTIRR4N.js?v=82131380:448:20)
at get dirty (chunk-ESTIRR4N.js?v=82131380:401:11)
at instance.update (chunk-ESTIRR4N.js?v=82131380:7570:19)
at callWithErrorHandling (chunk-ESTIRR4N.js?v=82131380:1650:32)
at flushJobs (chunk-ESTIRR4N.js?v=82131380:1857:9)
Check that this is really a bug
Reproduction link
https://stackblitz.com/edit/konsta-vue-pdrwdq?file=main.js
Bug description
When I use k-list-input, you can see an error type in console.
Expected Behavior
No response
Actual Behavior
No response
Konsta UI version
3.1.2
Platform/Target and Browser Versions
Windows, Chrome
Validations
Would you like to open a PR for this bug?
The text was updated successfully, but these errors were encountered: