I think in [line 240](https://github.com/vuejs/blog/blob/main/posts/vue-3-3.md?plain=1#L240) in the Vue 3.3 blog post there is a typo. It reads: `useFeature(() => props.foo)` It should say: `useFeature(toValue(() => props.foo))`