Does not update prop values
cihad opened this issue ยท 5 comments
Although I changed the value of number where the <vnode-syring>
is used, the expression in the component does not change.
For example:
https://codesandbox.io/s/not-affected-vnode-syring-4830t?file=/src/components/AppHeader.vue
Nice catch @cihad !
Thanks for providing a reproduction. I was able to reproduce it locally and add it as a test.
Fix coming soon.
๐ This issue has been resolved in version 3.0.0 ๐
The release is available on:
Your semantic-release bot ๐ฆ๐
I forked and updated the codesandbox to use 3.0.0 and can confirm it works expectedly:
https://codesandbox.io/s/not-affected-vnode-syring-forked-d9hnn
Thanks. Eveything was perfect.
Wait a minute! Because if slot have 2 and more components, only first component is affected.
https://codesandbox.io/s/not-affected-vnode-syring-forked-m4the?file=/src/App.vue