Open
Description
I think in line 240 in the Vue 3.3 blog post there is a typo.
It reads: useFeature(() => props.foo)
It should say: useFeature(toValue(() => props.foo))
Metadata
Metadata
Assignees
Labels
No labels
I think in line 240 in the Vue 3.3 blog post there is a typo.
It reads: useFeature(() => props.foo)
It should say: useFeature(toValue(() => props.foo))