Luca Elsen

Results 1 issues of Luca Elsen

This code in typescript triggers a confusing Error: ```ts export interface Props { msg?: string labels?: string[] } const props = withDefaults(defineProps(), { msg: 'hello', labels: ['one', 'two'] }) ```...