Skip to content

Conversation

sanderdewinter
Copy link

Fixes #2398

param.typeName.type === 'Identifier'
) {
const componentPropsFromTypeDefine =
getComponentPropsFromTypeDefine(context, typeArguments?.params[0])
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm... I'm not sure if there's any problem using getComponentPropsFromTypeDefine since it's just a helper for Props. Can you please fix the issue without using getComponentPropsFromTypeDefine?

@FloEdelmann
Copy link
Member

Superseded by #2617.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

vue/require-explicit-slots doesn't recognize interface passed to the macro

3 participants