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
We can't help with this issue if we can't reproduce it. If you can't provide a reproduction, we will have to close this issue.
What you should investigate is the actual error following these warnings:
cannot read properties of undefined (reading '0')
This sounds like you try to render a list with an array, but there is no array yet in your data. We can't tell because you did not even share the component that's throwing the error.
Vue version
3.4.21
Link to minimal reproduction
?
Steps to reproduce
The app abends when specific component PanelQuestions.vue has to be displayed. The console says to report a bug. I did.
What is expected?
That the app is rendered. I tried StackBlitz but nothing is shown. No app but also no error message. I have no ide how to reproduce the problem.
What is actually happening?
I get the erro in the screenshot. No idea why and where it occurs.
System Info
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: