Replies: 1 comment
-
Fixed, nevermind. I had to update some |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to run the Dialog component within a project, but I always get the same error:
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'value') at ReactiveEffect.fn (dialog.js:1:2532)
At first I thought it might be a problem with the logic I was applying inside Dialog, but this error persists even using the example in the documentation.
Before the error, you can see several warnings about the life cycle of Vue, I put a screenshot of them too.
**Version used: ** 1.7.14
Code:
Has anyone encountered the same problem and been able to solve it? Thanks
Beta Was this translation helpful? Give feedback.
All reactions