Skip to content
Permalink
Browse files
fix(compiler-sfc): type-only defineProps does not recognize Promise (fix
  • Loading branch information
lseeker committed May 18, 2022
1 parent 7c8f457 commit 991d623
Showing 1 changed file with 1 addition and 0 deletions.
@@ -1810,6 +1810,7 @@ function inferRuntimeType(
case 'WeakSet':
case 'WeakMap':
case 'Date':
case 'Promise':
return [node.typeName.name]
case 'Record':
case 'Partial':

0 comments on commit 991d623

Please sign in to comment.