fengyuanchen/vue-feather
View on GitHub"deprecation RENDER_FUNCTION" @vue/compat warning if its wrapped inside another component
Open
#20 opened on Jan 21, 2026
help wantedquestion
Repository metrics
- Stars
- (156 stars)
- PR merge metrics
- (PR metrics pending)
Description
VueFeather causing deprecation RENDER_FUNCTION compat warning if its wrapped inside another component.
<MyButton>
<VueFeather
type="chevron-down"
class="mp-icon"
size="20"
/>
</MyButton>