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
A computed property (or your template) shouldn't throw an error. If you have a realistic reproduction that does create the same situation, please share it.
I checked the issue you linked and the problem is the Error global is not available in the template. I'm not sure if this is intentional so I opened #7018
Vue version
3.2.41
Link to minimal reproduction
https://stackblitz.com/edit/vitejs-vite-4m67zb?file=src/App.vue
SFC
Steps to reproduce
What is expected?
Expect only ''Error: a" shown as error
What is actually happening?
Throws "TypeError: can't access property "shapeFlag", vnode is null" in addition to "a"
System Info
No response
Any additional comments?
Should be easy to fix.
Originally come from here: https://github.com/epicmaxco/vuestic-ui/issues/2614
The text was updated successfully, but these errors were encountered: