-
-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Closed
Description
Vue version
3.2.41
Link to minimal reproduction
https://stackblitz.com/edit/vitejs-vite-4m67zb?file=src/App.vue
SFC
Steps to reproduce
- Make component to use v-bind in css
- Pass slot where error throws
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.
const setVars = () => instance.subTree && setVarsOnVNode(instance.subTree, getter(instance.proxy));
Originally come from here: https://github.com/epicmaxco/vuestic-ui/issues/2614
Metadata
Metadata
Assignees
Labels
No labels